diff options
Diffstat (limited to 'src/cgame/cg_main.c')
-rw-r--r-- | src/cgame/cg_main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cgame/cg_main.c b/src/cgame/cg_main.c index fee26036..91129958 100644 --- a/src/cgame/cg_main.c +++ b/src/cgame/cg_main.c @@ -1079,6 +1079,9 @@ void CG_Init( int serverMessageNum, int serverCommandSequence, int clientNum ) { CG_RegisterGraphics(); + //TA: + CG_InitBuildables( ); + CG_LoadingString( "clients" ); CG_RegisterClients(); // if low on memory, some clients will be deferred |