[Scummvm-git-logs] scummvm master -> 94e2d513280e613ff7ec551ca7946696888254a1
sev-
sev at scummvm.org
Sat Mar 24 11:51:55 CET 2018
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:
94e2d51328 BLADERUNNER: Fix crash at startup of PoliceMaze
Commit: 94e2d513280e613ff7ec551ca7946696888254a1
https://github.com/scummvm/scummvm/commit/94e2d513280e613ff7ec551ca7946696888254a1
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2018-03-24T11:51:30+01:00
Commit Message:
BLADERUNNER: Fix crash at startup of PoliceMaze
Changed paths:
engines/bladerunner/script/police_maze.h
diff --git a/engines/bladerunner/script/police_maze.h b/engines/bladerunner/script/police_maze.h
index 5c5da09..73eb973 100644
--- a/engines/bladerunner/script/police_maze.h
+++ b/engines/bladerunner/script/police_maze.h
@@ -36,8 +36,6 @@ enum {
class BladeRunnerEngine;
class PoliceMazeTargetTrack : ScriptBase {
- BladeRunnerEngine *_vm;
-
uint32 _time;
bool _isPresent;
int _itemId;
@@ -75,8 +73,6 @@ public:
};
class PoliceMaze : ScriptBase {
- BladeRunnerEngine *_vm;
-
bool _isPaused;
bool _needAnnouncement;
bool _announcementRead;
More information about the Scummvm-git-logs
mailing list