[Scummvm-git-logs] scummvm master -> b221812eda028aff879a8153e4495fa3f17cbb53
eriktorbjorn
noreply at scummvm.org
Fri Feb 25 06:18:03 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
b221812eda SCUMM: Fix indentation
Commit: b221812eda028aff879a8153e4495fa3f17cbb53
https://github.com/scummvm/scummvm/commit/b221812eda028aff879a8153e4495fa3f17cbb53
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2022-02-25T07:17:20+01:00
Commit Message:
SCUMM: Fix indentation
Changed paths:
engines/scumm/actor.cpp
diff --git a/engines/scumm/actor.cpp b/engines/scumm/actor.cpp
index 82e3d429f6b..faf746a2fa0 100644
--- a/engines/scumm/actor.cpp
+++ b/engines/scumm/actor.cpp
@@ -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);
More information about the Scummvm-git-logs
mailing list