mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 16:03:24 +00:00
SCUMM: Fix indentation
This commit is contained in:
parent
4ac4dd5583
commit
b221812eda
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user