SCUMM: Fix indentation

This commit is contained in:
Torbjörn Andersson 2022-02-25 07:17:20 +01:00
parent 4ac4dd5583
commit b221812eda

View File

@ -2540,7 +2540,7 @@ void Actor::startAnimActor(int f) {
if (_vm->_game.version >= 3 && f == _initFrame) {
_cost.reset();
if (_vm->_game.heversion != 0) {
((ActorHE *)this)->_auxBlock.reset();
((ActorHE *)this)->_auxBlock.reset();
}
}
_vm->_costumeLoader->costumeDecodeData(this, f, (uint) - 1);