[Scummvm-cvs-logs] scummvm master -> e13692c0929d5dfa7a4bb6a15aa764ae541737e1

Strangerke Strangerke at scummvm.org
Wed Nov 20 07:52:36 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:
e13692c092 TSAGE: R2R - Fix bug in Scene 1950


Commit: e13692c0929d5dfa7a4bb6a15aa764ae541737e1
    https://github.com/scummvm/scummvm/commit/e13692c0929d5dfa7a4bb6a15aa764ae541737e1
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-11-19T22:51:35-08:00

Commit Message:
TSAGE: R2R - Fix bug in Scene 1950

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



diff --git a/engines/tsage/ringworld2/ringworld2_scenes1.cpp b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
index 1a79426..e3ba5c1 100644
--- a/engines/tsage/ringworld2/ringworld2_scenes1.cpp
+++ b/engines/tsage/ringworld2/ringworld2_scenes1.cpp
@@ -14959,6 +14959,8 @@ void Scene1950::enterArea() {
 
 		R2_GLOBALS._sceneItems.remove(&_background);
 		_background.setDetails(Rect(0, 0, 320, 200), 1950, 0, 1, 2, 2, NULL);
+
+		_removeFlag = false;
 	}
 
 	switch (R2_GLOBALS._flubMazeEntryDirection) {






More information about the Scummvm-git-logs mailing list