Skip to content

Commit

Permalink
BLADERUNNER: Fix crash at startup of PoliceMaze
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Mar 24, 2018
1 parent f153da7 commit 94e2d51
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions engines/bladerunner/script/police_maze.h
Expand Up @@ -36,8 +36,6 @@ enum {
class BladeRunnerEngine;

class PoliceMazeTargetTrack : ScriptBase {
BladeRunnerEngine *_vm;

uint32 _time;
bool _isPresent;
int _itemId;
Expand Down Expand Up @@ -75,8 +73,6 @@ class PoliceMazeTargetTrack : ScriptBase {
};

class PoliceMaze : ScriptBase {
BladeRunnerEngine *_vm;

bool _isPaused;
bool _needAnnouncement;
bool _announcementRead;
Expand Down

0 comments on commit 94e2d51

Please sign in to comment.