diff options
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/bg_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index 64924aaa..5b06eb5f 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -4888,7 +4888,7 @@ void BG_AddPredictableEventToPlayerstate( int newEvent, int eventParm, playerSta if( atof( buf ) != 0 ) { -#ifdef QAGAME +#ifdef GAME Com_Printf( " game event svt %5d -> %5d: num = %20s parm %d\n", ps->pmove_framecount/*ps->commandTime*/, ps->eventSequence, eventnames[ newEvent ], eventParm); #else |