summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/p_spec.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/p_spec.c')
-rw-r--r--apps/plugins/doom/p_spec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/doom/p_spec.c b/apps/plugins/doom/p_spec.c
index 6270928de0..c8c04fa7e2 100644
--- a/apps/plugins/doom/p_spec.c
+++ b/apps/plugins/doom/p_spec.c
@@ -95,8 +95,8 @@ typedef struct
95 95
96#define MAXANIMS 32 // no longer a strict limit -- killough 96#define MAXANIMS 32 // no longer a strict limit -- killough
97 97
98static anim_t* lastanim; 98anim_t* lastanim;
99static anim_t* anims; // new structure w/o limits -- killough 99 anim_t* anims; // new structure w/o limits -- killough
100static size_t maxanims; 100static size_t maxanims;
101 101
102// killough 3/7/98: Initialize generalized scrolling 102// killough 3/7/98: Initialize generalized scrolling