summaryrefslogtreecommitdiff
path: root/src/strife/p_spec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/p_spec.h')
-rw-r--r--src/strife/p_spec.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/strife/p_spec.h b/src/strife/p_spec.h
index f3a5c074..c62e933f 100644
--- a/src/strife/p_spec.h
+++ b/src/strife/p_spec.h
@@ -228,7 +228,8 @@ typedef struct
char name1[9];
char name2[9];
short episode;
-
+ int sound; // villsa [STRIFE]
+
} switchlist_t;
@@ -255,7 +256,7 @@ typedef struct
// max # of wall switches in a level
-#define MAXSWITCHES 50
+#define MAXSWITCHES 80 // villsa [STRIFE] changed from 50 to 80
// 4 players, 4 buttons each at once, max.
#define MAXBUTTONS 16