Skip to content

Commit

Permalink
Attempt to debug a weird crash.
Browse files Browse the repository at this point in the history
  • Loading branch information
enneract committed Apr 8, 2015
1 parent d35d92a commit 886137f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cgame/cg_local.h
Expand Up @@ -1625,6 +1625,7 @@ const char *CG_Argv( int arg );

void QDECL CG_Printf( const char *msg, ... );
void QDECL CG_Error( const char *msg, ... );
#define CG_Error CG_Printf //uberhack

void CG_StartMusic( void );
int CG_PlayerCount( void );
Expand Down

0 comments on commit 886137f

Please sign in to comment.