mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-31 09:01:54 +00:00
Refactoring patch by DevHC
This commit is contained in:
parent
21668c0616
commit
fef4d12d68
31 changed files with 60 additions and 98 deletions
|
@ -316,7 +316,7 @@ static cvarTable_t cvarTable[] = {
|
|||
// { &cg_pmove_fixed, "cg_pmove_fixed", "0", CVAR_USERINFO | CVAR_ARCHIVE }
|
||||
};
|
||||
|
||||
static int cvarTableSize = sizeof( cvarTable ) / sizeof( cvarTable[0] );
|
||||
static int cvarTableSize = ARRAY_LEN( cvarTable );
|
||||
|
||||
/*
|
||||
=================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue