BLADERUNNER: Added Mutant2 actor
This commit is contained in:
parent
2b1f1c4947
commit
071619d14c
4 changed files with 566 additions and 0 deletions
|
@ -101,6 +101,7 @@ AIScripts::AIScripts(BladeRunnerEngine *vm, int actorCount) {
|
|||
_AIScripts[kActorGenwalkerB] = new AIScriptGenericWalkerB(_vm); // 68
|
||||
_AIScripts[kActorGenwalkerC] = new AIScriptGenericWalkerC(_vm); // 69
|
||||
_AIScripts[kActorMutant1] = new AIScriptMutant1(_vm); // 70
|
||||
_AIScripts[kActorMutant2] = new AIScriptMutant2(_vm); // 71
|
||||
}
|
||||
|
||||
AIScripts::~AIScripts() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue