[Scummvm-git-logs] scummvm master -> a5ab1cd293e417f4c28dd6f9ee395ad0ac9f3447
sev-
sev at scummvm.org
Mon Nov 27 21:20:31 CET 2017
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:
a5ab1cd293 FULLPIPE: Attempt to crash when calling paletteless scenes
Commit: a5ab1cd293e417f4c28dd6f9ee395ad0ac9f3447
https://github.com/scummvm/scummvm/commit/a5ab1cd293e417f4c28dd6f9ee395ad0ac9f3447
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2017-11-27T21:20:24+01:00
Commit Message:
FULLPIPE: Attempt to crash when calling paletteless scenes
Changed paths:
engines/fullpipe/scene.cpp
diff --git a/engines/fullpipe/scene.cpp b/engines/fullpipe/scene.cpp
index d4da322..7018dd9 100644
--- a/engines/fullpipe/scene.cpp
+++ b/engines/fullpipe/scene.cpp
@@ -125,6 +125,8 @@ Scene::~Scene() {
_staticANIObjectList1.clear();
+ g_fp->_globalPalette = &g_fp->_defaultPalette;
+
// delete _field_BC;
}
More information about the Scummvm-git-logs
mailing list