[Scummvm-cvs-logs] scummvm master -> ec62d1e99fff011555357a0e13eb530d23080eaf

Strangerke Strangerke at scummvm.org
Sun Jun 8 20:53:22 CEST 2014


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
bee3fdd87e TSAGE: Fix bug #6545 "Ringworld2 - F5 doesn't create a save game the first time"
ec62d1e99f Merge pull request #449 from gazben/bug6545Fix


Commit: bee3fdd87ea349601f5942c1a96528e91d44c87d
    https://github.com/scummvm/scummvm/commit/bee3fdd87ea349601f5942c1a96528e91d44c87d
Author: Gazben (bencegazder at gmail.com)
Date: 2014-03-20T17:51:20+01:00

Commit Message:
TSAGE: Fix bug #6545 "Ringworld2 - F5 doesn't create a save game the first time"

The save dialog glitched es the F5 event was already processed in
engines/tsage/core.cpp and it caused the to immediately reopen.

Changed paths:
    engines/tsage/ringworld2/ringworld2_logic.cpp



diff --git a/engines/tsage/ringworld2/ringworld2_logic.cpp b/engines/tsage/ringworld2/ringworld2_logic.cpp
index c5c6de9..99188c1 100644
--- a/engines/tsage/ringworld2/ringworld2_logic.cpp
+++ b/engines/tsage/ringworld2/ringworld2_logic.cpp
@@ -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();


Commit: ec62d1e99fff011555357a0e13eb530d23080eaf
    https://github.com/scummvm/scummvm/commit/ec62d1e99fff011555357a0e13eb530d23080eaf
Author: Arnaud Boutonné (strangerke at scummvm.org)
Date: 2014-06-08T20:52:49+02:00

Commit Message:
Merge pull request #449 from gazben/bug6545Fix

TSAGE: Fix bug #6545 "Ringworld2 - F5 doesn't create a save game the first time"

Changed paths:
    engines/tsage/ringworld2/ringworld2_logic.cpp









More information about the Scummvm-git-logs mailing list