From 6609766fcf6c480f4e68eebaf8230bfc00fc4592 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 3 Aug 2001 18:58:33 +0000 Subject: [PATCH] --- source/game/game.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/source/game/game.cpp b/source/game/game.cpp index 7251ccd5b..5747c3504 100644 --- a/source/game/game.cpp +++ b/source/game/game.cpp @@ -406,15 +406,6 @@ void CGameScene::think(int _frames) break; } -// -#if defined (__USER_paul__) -if(PadGetDown(0)&PAD_UP) -{ - s_justHitBossArenaTrigger=true; -} -#endif -// - #ifdef __VERSION_DEBUG__ #if defined (__USER_paul__) || defined (__USER_daveo__) || defined (__USER_charles__)