summaryrefslogtreecommitdiff
path: root/src/info.h
diff options
context:
space:
mode:
authorSimon Howard2005-07-23 21:42:52 +0000
committerSimon Howard2005-07-23 21:42:52 +0000
commit5795f86ba16e2a425b4ea3a87b96da446fed30b4 (patch)
treeb030d1bbf5f9ff04fa13ac294a52c300992d20d7 /src/info.h
parentbc24e169e52c28d7346787fc8cf1c2238dc2f7f3 (diff)
downloadchocolate-doom-5795f86ba16e2a425b4ea3a87b96da446fed30b4.tar.gz
chocolate-doom-5795f86ba16e2a425b4ea3a87b96da446fed30b4.tar.bz2
chocolate-doom-5795f86ba16e2a425b4ea3a87b96da446fed30b4.zip
Add missing null to end of sprite names list
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 24
Diffstat (limited to 'src/info.h')
-rw-r--r--src/info.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/info.h b/src/info.h
index 3109651f..f67bc695 100644
--- a/src/info.h
+++ b/src/info.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: info.h 8 2005-07-23 16:44:57Z fraggle $
+// $Id: info.h 24 2005-07-23 21:42:52Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -1163,7 +1163,7 @@ typedef struct
} state_t;
extern state_t states[NUMSTATES];
-extern char *sprnames[NUMSPRITES];
+extern char *sprnames[];
@@ -1343,6 +1343,9 @@ extern mobjinfo_t mobjinfo[NUMMOBJTYPES];
//-----------------------------------------------------------------------------
//
// $Log$
+// Revision 1.3 2005/07/23 21:42:52 fraggle
+// Add missing null to end of sprite names list
+//
// Revision 1.2 2005/07/23 16:44:55 fraggle
// Update copyright to GNU GPL
//