aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r--scumm/scumm.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index 55727f75ed..e71a8f90be 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -654,10 +654,10 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS
_2byteFontPtr = 0;
_V1_talkingActor = 0;
- _actorClipTop = 0;
- _actorClipBottom = 479;
- _actorClipLeft = 0;
- _actorClipRight = 639;
+ _actorClipOverride.top = 0;
+ _actorClipOverride.bottom = 479;
+ _actorClipOverride.left = 0;
+ _actorClipOverride.right = 639;
_skipDrawObject = 0;
_skipProcessActors = 0;