summaryrefslogtreecommitdiff
path: root/src/game/bg_public.h
diff options
context:
space:
mode:
authorMikko Tiusanen <ams@daug.net>2014-08-01 02:22:13 +0300
committerMikko Tiusanen <ams@daug.net>2014-08-01 03:26:03 +0300
commitdf45dd254c4b26f3e0fdb140e370e532f626f8f1 (patch)
tree030e17c67cbb5129c5b916c35e9df6be71106922 /src/game/bg_public.h
parent7e2230cfbd419119ebb06b739a8d3949a563eb73 (diff)
Added support for 5 stages instead of the traditional 3.
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r--src/game/bg_public.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h
index 7ce0d12..9109a35 100644
--- a/src/game/bg_public.h
+++ b/src/game/bg_public.h
@@ -961,7 +961,9 @@ typedef enum
{
S1,
S2,
- S3
+ S3,
+ S4,
+ S5
} stage_t;
#define MAX_BUILDABLE_MODELS 4