diff options
| author | Max Horn | 2002-06-04 23:33:49 +0000 | 
|---|---|---|
| committer | Max Horn | 2002-06-04 23:33:49 +0000 | 
| commit | 7d78096182ee1d9fc45c81193df5ed7a1f423546 (patch) | |
| tree | 619958f6a73456a26056e2692b0c49456fa364db /costume.cpp | |
| parent | d35eed21f1cbd769bdad4e3028d16361c7bf9f74 (diff) | |
| download | scummvm-rg350-7d78096182ee1d9fc45c81193df5ed7a1f423546.tar.gz scummvm-rg350-7d78096182ee1d9fc45c81193df5ed7a1f423546.tar.bz2 scummvm-rg350-7d78096182ee1d9fc45c81193df5ed7a1f423546.zip  | |
newDirToOldDir is now a class method of class Scumm)
svn-id: r4405
Diffstat (limited to 'costume.cpp')
| -rw-r--r-- | costume.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/costume.cpp b/costume.cpp index bb8f91ea18..ac6c43737e 100644 --- a/costume.cpp +++ b/costume.cpp @@ -991,7 +991,7 @@ void CostumeRenderer::setPalette(byte *palette)  void CostumeRenderer::setFacing(uint16 facing)  { -	_mirror = _vm->newDirToOldDir(facing) != 0 +	_mirror = Scumm::newDirToOldDir(facing) != 0  		|| (_loaded._ptr[7] & 0x80);  }  | 
