From 7bd4ce0445d3d0f43431ee867710770e379d4e7d Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 17 Apr 2004 00:04:28 +0000 Subject: [PATCH] remove old hack --- stepmania/src/ScreenGameplay.cpp | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index 03ef699108..bb69a08da2 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -1701,21 +1701,6 @@ void ScreenGameplay::Input( const DeviceInput& DeviceI, const InputEventType typ m_textDebug.SetDiffuse( RageColor(1,1,1,0) ); } break; - // testing: - case SDLK_PAUSE: - { - if( GAMESTATE->m_PlayerOptions[PLAYER_1].m_fPerspectiveTilt == -1 ) // incoming - { - for( int p=0; pm_PlayerOptions[PLAYER_1].m_fPerspectiveTilt = 0; - } - else - { - for( int p=0; pm_PlayerOptions[PLAYER_1].m_fPerspectiveTilt = -1; - } - } - break; } }