mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-15 16:41:22 +00:00
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:
parent
e681ad30f9
commit
2791e0e22b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue