Refactoring patch by DevHC
This commit is contained in:
parent
21668c0616
commit
fef4d12d68
31 changed files with 60 additions and 98 deletions
|
@ -181,7 +181,7 @@ static cvarTable_t gameCvarTable[] = {
|
|||
|
||||
};
|
||||
|
||||
static int gameCvarTableSize = sizeof( gameCvarTable ) / sizeof( gameCvarTable[0] );
|
||||
static int gameCvarTableSize = ARRAY_LEN( gameCvarTable );
|
||||
|
||||
|
||||
void G_InitGame( int levelTime, int randomSeed, int restart );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue