[Scummvm-cvs-logs] scummvm master -> 5a9c189b22cb40fc669a42bd8a91fe2668818a79

dreammaster dreammaster at scummvm.org
Sun Jan 8 11:04:18 CET 2012


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:
5a9c189b22 TSAGE: Fix R2R crashes saying 'unknown message'


Commit: 5a9c189b22cb40fc669a42bd8a91fe2668818a79
    https://github.com/scummvm/scummvm/commit/5a9c189b22cb40fc669a42bd8a91fe2668818a79
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2012-01-08T02:03:42-08:00

Commit Message:
TSAGE: Fix R2R crashes saying 'unknown message'

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 1a9a03b..fa7895f 100644
--- a/engines/tsage/ringworld2/ringworld2_logic.cpp
+++ b/engines/tsage/ringworld2/ringworld2_logic.cpp
@@ -342,6 +342,7 @@ void SceneExt::loadScene(int sceneNum) {
 bool SceneExt::display(CursorType action, Event &event) {
 	switch (action) {
 	case CURSOR_CROSSHAIRS:
+	case CURSOR_WALK:
 		return false;
 	case CURSOR_LOOK:
 		SceneItem::display2(1, R2_GLOBALS._randomSource.getRandomNumber(4));






More information about the Scummvm-git-logs mailing list