This commit is contained in:
Paul 2001-08-03 18:58:33 +00:00
parent 3498274198
commit 6609766fcf

View File

@ -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__)