aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r--scumm/scumm.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index aec7d7848f..4a04a78bff 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -1189,9 +1189,8 @@ void ScummEngine::scummInit() {
_actors[i].initActor(1);
// this is from IDB
- if ((_version == 1) || (_gameId == GID_MANIAC && _demoMode)) {
+ if ((_version == 1) || (_gameId == GID_MANIAC && _demoMode))
_actors[i].setActorCostume(i);
- }
}
if (_gameId == GID_MANIAC && _version == 1) {