From 5795f86ba16e2a425b4ea3a87b96da446fed30b4 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 23 Jul 2005 21:42:52 +0000 Subject: Add missing null to end of sprite names list Subversion-branch: /trunk/chocolate-doom Subversion-revision: 24 --- src/info.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/info.h') 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 // -- cgit v1.2.3