diff options
-rw-r--r-- | scumm/actor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp index 7d40c837ff..ee9e0f3989 100644 --- a/scumm/actor.cpp +++ b/scumm/actor.cpp @@ -49,8 +49,8 @@ void Actor::initActor(int mode) { elevation = 0; width = 24; talkColor = 15; - talkPosX = -80; - talkPosY = 0; + talkPosX = 0; + talkPosY = -80; scaley = scalex = 0xFF; charset = 0; memset(sound, 0, sizeof(sound)); |