ASYLUM: fix kActorStatusWalking2 updating

This commit is contained in:
alxpnv 2021-03-30 15:41:45 +03:00 committed by Eugene Sandulenko
parent b725db3de0
commit 27f69f5a32
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -507,13 +507,15 @@ void Actor::update() {
case kActorStatusWalking2:
if (getWorld()->chapter == kChapter2) {
if (_index > 12)
if (_index > 12) {
updateStatus12_Chapter2();
return;
}
if (_index == 11)
if (_index == 11) {
updateStatus12_Chapter2_Actor11();
return;
return;
}
} else if (getWorld()->chapter == kChapter11) {
switch (_index) {
default: