aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/ringworld/ringworld_scenes1.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2013-07-16 19:19:45 +0200
committerTorbjörn Andersson2013-07-16 19:19:45 +0200
commite5e90434f3e73d1a00f5fb77edb3916137603f18 (patch)
tree502fc3da1bcdf0a876ebd54fcf1997377d576d3e /engines/tsage/ringworld/ringworld_scenes1.cpp
parente17095df2e636a3d36c1b606e7e650b494eec696 (diff)
downloadscummvm-rg350-e5e90434f3e73d1a00f5fb77edb3916137603f18.tar.gz
scummvm-rg350-e5e90434f3e73d1a00f5fb77edb3916137603f18.tar.bz2
scummvm-rg350-e5e90434f3e73d1a00f5fb77edb3916137603f18.zip
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
Diffstat (limited to 'engines/tsage/ringworld/ringworld_scenes1.cpp')
-rw-r--r--engines/tsage/ringworld/ringworld_scenes1.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/tsage/ringworld/ringworld_scenes1.cpp b/engines/tsage/ringworld/ringworld_scenes1.cpp
index 4d9d565705..89c07273fc 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;