diff options
author | Max Horn | 2003-07-27 23:30:28 +0000 |
---|---|---|
committer | Max Horn | 2003-07-27 23:30:28 +0000 |
commit | 77c8eec439928964c230559569c38ef0fffed0c9 (patch) | |
tree | d863dceb0bc748b3406e1260a5be6becb7005ce3 /scumm | |
parent | 7e54a2f569c4ad435c8dee2252fdc752140e09da (diff) | |
download | scummvm-rg350-77c8eec439928964c230559569c38ef0fffed0c9.tar.gz scummvm-rg350-77c8eec439928964c230559569c38ef0fffed0c9.tar.bz2 scummvm-rg350-77c8eec439928964c230559569c38ef0fffed0c9.zip |
oops this was never meant to be removed
svn-id: r9203
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/actor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp index ef5cef6267..2b0cd5d0ab 100644 --- a/scumm/actor.cpp +++ b/scumm/actor.cpp @@ -52,6 +52,7 @@ void Actor::initActor(int mode) { y = 0; facing = 180; } else if (mode == 2) { + facing = 180; } elevation = 0; |