summaryrefslogtreecommitdiff
path: root/src/hexen/info.h
diff options
context:
space:
mode:
authorSimon Howard2008-11-03 19:04:50 +0000
committerSimon Howard2008-11-03 19:04:50 +0000
commit76e08671f3afc0e26d7d2f2d3d06536e4eb994b4 (patch)
tree68afe5b601719e96b017d7fdf4601dde883ef857 /src/hexen/info.h
parent8c78e065e003ca6b6bb7a67d9fbd941df90b91d2 (diff)
downloadchocolate-doom-76e08671f3afc0e26d7d2f2d3d06536e4eb994b4.tar.gz
chocolate-doom-76e08671f3afc0e26d7d2f2d3d06536e4eb994b4.tar.bz2
chocolate-doom-76e08671f3afc0e26d7d2f2d3d06536e4eb994b4.zip
Add NULL terminator to Hexen sprite names list.
Subversion-branch: /branches/raven-branch Subversion-revision: 1377
Diffstat (limited to 'src/hexen/info.h')
-rw-r--r--src/hexen/info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hexen/info.h b/src/hexen/info.h
index f0bbec38..bacce7e8 100644
--- a/src/hexen/info.h
+++ b/src/hexen/info.h
@@ -3190,7 +3190,7 @@ typedef struct
} state_t;
extern state_t states[NUMSTATES];
-extern char *sprnames[NUMSPRITES];
+extern char *sprnames[];