[Scummvm-cvs-logs] scummvm master -> 807197161bb959ff17f58730ad6fd5823c474e22

Strangerke Strangerke at scummvm.org
Sun Nov 3 11:41:28 CET 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:
807197161b TSAGE: Fix CID 1003720, missing break in switch


Commit: 807197161bb959ff17f58730ad6fd5823c474e22
    https://github.com/scummvm/scummvm/commit/807197161bb959ff17f58730ad6fd5823c474e22
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-11-03T02:40:51-08:00

Commit Message:
TSAGE: Fix CID 1003720, missing break in switch

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



diff --git a/engines/tsage/ringworld2/ringworld2_scenes2.cpp b/engines/tsage/ringworld2/ringworld2_scenes2.cpp
index 7c04d19..39eba14 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes2.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes2.cpp
@@ -1781,6 +1781,7 @@ void Scene2435::signal() {
 		_sceneMode = 20;
 		R2_GLOBALS._events.setCursor(CURSOR_ARROW);
 		_stripManager.start(709, this);
+		break;
 	default:
 		R2_GLOBALS._player.enableControl();
 		break;






More information about the Scummvm-git-logs mailing list