[Scummvm-cvs-logs] scummvm master -> 92034a36b370de996cf93ebd87a5bb610cbe8888

bluegr bluegr at gmail.com
Sun Dec 29 14:40:26 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:
92034a36b3 FULLPIPE: Fix crash when jumping to an unknown scene


Commit: 92034a36b370de996cf93ebd87a5bb610cbe8888
    https://github.com/scummvm/scummvm/commit/92034a36b370de996cf93ebd87a5bb610cbe8888
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-12-29T05:37:02-08:00

Commit Message:
FULLPIPE: Fix crash when jumping to an unknown scene

Changed paths:
    engines/fullpipe/scenes.cpp



diff --git a/engines/fullpipe/scenes.cpp b/engines/fullpipe/scenes.cpp
index 351aff4..8c15bd3 100644
--- a/engines/fullpipe/scenes.cpp
+++ b/engines/fullpipe/scenes.cpp
@@ -831,8 +831,6 @@ bool FullpipeEngine::sceneSwitcher(EntranceInfo *entrance) {
 		break;
 
 	default:
-		_behaviorManager->initBehavior(0, 0);
-
 		error("Unknown scene %d", entrance->_sceneId);
 		break;
 	}






More information about the Scummvm-git-logs mailing list