mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-24 03:02:31 +00:00
Fix a comment
This commit is contained in:
parent
ea3af84baa
commit
7efefceee2
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ typedef struct dstatement_s {
|
|||
} GCC_STRUCT dstatement_t;
|
||||
|
||||
typedef struct ddef_s {
|
||||
pr_ushort_t type; // if DEF_SAVEGLOBGAL bit is set
|
||||
pr_ushort_t type; // if DEF_SAVEGLOBAL bit is set
|
||||
// the variable needs to be saved in savegames
|
||||
pr_ushort_t ofs;
|
||||
string_t s_name;
|
||||
|
|
Loading…
Reference in a new issue