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

eriktorbjorn eriktorbjorn at telia.com
Tue Jul 16 19:24:01 CEST 2013


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

Summary:
e5e90434f3 TSAGE: Fix stray "You have no use for that." message


Commit: e5e90434f3e73d1a00f5fb77edb3916137603f18
    https://github.com/scummvm/scummvm/commit/e5e90434f3e73d1a00f5fb77edb3916137603f18
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2013-07-16T10:19:45-07:00

Commit Message:
TSAGE: Fix stray "You have no use for that." message

This would happen in Ringworld when clicking on the slot in the
flycycle. I have compared the behaviour to the original, and I
can't see any obvious differences after my change. CID 1003728

Changed paths:
    engines/tsage/ringworld/ringworld_scenes1.cpp



diff --git a/engines/tsage/ringworld/ringworld_scenes1.cpp b/engines/tsage/ringworld/ringworld_scenes1.cpp
index 4d9d565..89c0727 100644
--- a/engines/tsage/ringworld/ringworld_scenes1.cpp
+++ b/engines/tsage/ringworld/ringworld_scenes1.cpp
@@ -2273,6 +2273,7 @@ void Scene60::Item1::doAction(int action) {
 		} else {
 			scene->setAction(&scene->_action2);
 		}
+		break;
 	default:
 		SceneHotspot::doAction(action);
 		break;






More information about the Scummvm-git-logs mailing list