pr_comp.h: fixed a harmless typo with DEF_SAVEGLOBAL

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

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;