From cc75aa64bbd2c7b3d63c4857fbb848bab364a26c Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 3 Oct 2009 11:39:42 +0000 Subject: * Merge ioq3-r1272 --- src/game/bg_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/bg_misc.c') 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 -- cgit