aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
diff options
context:
space:
mode:
authorJohannes Schickel2008-03-30 01:35:12 +0000
committerJohannes Schickel2008-03-30 01:35:12 +0000
commita957b45d5cb8c532ce3995935c6d840e36bb41dd (patch)
tree68c643c371564bd8db78b05b8b87a5b0d6cded31 /engines/kyra
parent3db24addcdc09db817c220620138eb463fd8b58d (diff)
downloadscummvm-rg350-a957b45d5cb8c532ce3995935c6d840e36bb41dd.tar.gz
scummvm-rg350-a957b45d5cb8c532ce3995935c6d840e36bb41dd.tar.bz2
scummvm-rg350-a957b45d5cb8c532ce3995935c6d840e36bb41dd.zip
Cleanup.
svn-id: r31313
Diffstat (limited to 'engines/kyra')
-rw-r--r--engines/kyra/screen.cpp4
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[] = {