summaryrefslogtreecommitdiff
path: root/src/cgame/cg_main.c
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2009-10-03 11:40:16 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:15:13 +0000
commitcd01b7da984dbc08cafb110ab33f432c6fe963f5 (patch)
tree7bcd7c3223e34ee789574ee02b8faee8b6668463 /src/cgame/cg_main.c
parentdc7aab757ad488f4b960e7de8750022a990a8af5 (diff)
* Consolidate memory allocation into bg_alloc.c
Diffstat (limited to 'src/cgame/cg_main.c')
-rw-r--r--src/cgame/cg_main.c2
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( );