git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@13045
d7cf8633-e32d-0410-b094-
e92efae38249
typedef struct ddef16_s
{
- 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;
ddef16_t;
typedef struct ddef32_s
{
- unsigned int type; // if DEF_SAVEGLOBGAL bit is set
+ unsigned int type; // if DEF_SAVEGLOBAL bit is set
// the variable needs to be saved in savegames
unsigned int ofs;
int s_name;