diff options
author | Tim Angus <tim@ngus.net> | 2009-10-03 11:40:16 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:13 +0000 |
commit | cd01b7da984dbc08cafb110ab33f432c6fe963f5 (patch) | |
tree | 7bcd7c3223e34ee789574ee02b8faee8b6668463 /src/cgame/cg_main.c | |
parent | dc7aab757ad488f4b960e7de8750022a990a8af5 (diff) |
* Consolidate memory allocation into bg_alloc.c
Diffstat (limited to 'src/cgame/cg_main.c')
-rw-r--r-- | src/cgame/cg_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgame/cg_main.c b/src/cgame/cg_main.c index a60fe0b4..0ac7896c 100644 --- a/src/cgame/cg_main.c +++ b/src/cgame/cg_main.c @@ -1797,7 +1797,7 @@ void CG_Init( int serverMessageNum, int serverCommandSequence, int clientNum ) BG_InitAllowedGameElements( ); // Dynamic memory - CG_InitMemory( ); + BG_InitMemory( ); CG_RegisterCvars( ); |