From e5e90434f3e73d1a00f5fb77edb3916137603f18 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 16 Jul 2013 19:19:45 +0200 Subject: 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 --- engines/tsage/ringworld/ringworld_scenes1.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/tsage') 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; -- cgit v1.2.3