aboutsummaryrefslogtreecommitdiffstats
path: root/code/game/g_arenas.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/game/g_arenas.c')
-rw-r--r--code/game/g_arenas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/game/g_arenas.c b/code/game/g_arenas.c
index 1179e6c..da96c47 100644
--- a/code/game/g_arenas.c
+++ b/code/game/g_arenas.c
@@ -43,7 +43,7 @@ void UpdateTournamentInfo( void ) {
int playerClientNum;
int n, accuracy, perfect, msglen;
int buflen;
-#ifdef MISSIONPACK // bk001205
+#ifdef MISSIONPACK
int score1, score2;
qboolean won;
#endif