Skip to content

Commit

Permalink
Merge pull request #449 from gazben/bug6545Fix
Browse files Browse the repository at this point in the history
TSAGE: Fix bug #6545 "Ringworld2 - F5 doesn't create a save game the first time"
  • Loading branch information
Strangerke committed Jun 8, 2014
2 parents 1f26a75 + bee3fdd commit ec62d1e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions engines/tsage/ringworld2/ringworld2_logic.cpp
Expand Up @@ -1215,12 +1215,6 @@ void Ringworld2Game::processEvent(Event &event) {
R2_GLOBALS._events.setCursorFromFlag();
break;

case Common::KEYCODE_F5:
// F5 - Save
saveGame();
R2_GLOBALS._events.setCursorFromFlag();
break;

case Common::KEYCODE_F7:
// F7 - Restore
restoreGame();
Expand Down

0 comments on commit ec62d1e

Please sign in to comment.