This commit is contained in:
Glenn Maynard
2004-09-09 17:48:25 +00:00
parent 120c09a9fb
commit 09d9197e29
9 changed files with 343 additions and 343 deletions
+2 -2
View File
@@ -92,10 +92,10 @@ void ScreenPrompt::Input( const DeviceInput& DeviceI, const InputEventType type,
{
switch( DeviceI.button )
{
case SDLK_LEFT:
case KEY_LEFT:
this->MenuLeft( StyleI.player );
return;
case SDLK_RIGHT:
case KEY_RIGHT:
this->MenuRight( StyleI.player );
return;
}