diff options
| author | Johannes Schickel | 2008-03-30 01:35:12 +0000 |
|---|---|---|
| committer | Johannes Schickel | 2008-03-30 01:35:12 +0000 |
| commit | a957b45d5cb8c532ce3995935c6d840e36bb41dd (patch) | |
| tree | 68c643c371564bd8db78b05b8b87a5b0d6cded31 /engines | |
| parent | 3db24addcdc09db817c220620138eb463fd8b58d (diff) | |
| download | scummvm-rg350-a957b45d5cb8c532ce3995935c6d840e36bb41dd.tar.gz scummvm-rg350-a957b45d5cb8c532ce3995935c6d840e36bb41dd.tar.bz2 scummvm-rg350-a957b45d5cb8c532ce3995935c6d840e36bb41dd.zip | |
Cleanup.
svn-id: r31313
Diffstat (limited to 'engines')
| -rw-r--r-- | engines/kyra/screen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/screen.cpp b/engines/kyra/screen.cpp index 51673c81de..37d05fe464 100644 --- a/engines/kyra/screen.cpp +++ b/engines/kyra/screen.cpp @@ -1193,8 +1193,8 @@ void Screen::drawShape(uint8 pageNum, const uint8 *shapeData, int x, int y, int _dsScaleH = 0x100; } - if (flags & 0x2000 && _vm->gameFlags().gameID == GI_KYRA2) { - /*int UNK = */va_arg(args, int); + if ((flags & 0x2000) && _vm->gameFlags().gameID == GI_KYRA2) { + va_arg(args, int); } static const DsMarginSkipFunc dsMarginFunc[] = { |
