Skip to content

Commit

Permalink
BLADERUNNER: Initialize Mia actor variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Mar 9, 2018
1 parent a5fa436 commit e8a706a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/bladerunner/script/ai/mia.cpp
Expand Up @@ -25,6 +25,7 @@
namespace BladeRunner {

AIScriptMia::AIScriptMia(BladeRunnerEngine *vm) : AIScriptBase(vm) {
_flag1 = false;
}

void AIScriptMia::Initialize() {
Expand Down

0 comments on commit e8a706a

Please sign in to comment.