pr_comp.h: fixed a harmless typo with DEF_SAVEGLOBAL

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@304 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2010-08-29 12:27:17 +00:00
parent db94e7f98c
commit ef7e98cb02

View file

@ -130,7 +130,7 @@ typedef struct statement_s
typedef struct
{
unsigned short type; // if DEF_SAVEGLOBGAL bit is set
unsigned short type; // if DEF_SAVEGLOBAL bit is set
// the variable needs to be saved in savegames
unsigned short ofs;
int s_name;