aboutsummaryrefslogtreecommitdiff
path: root/queen/graphics.h
diff options
context:
space:
mode:
authorGregory Montoir2003-10-20 12:30:34 +0000
committerGregory Montoir2003-10-20 12:30:34 +0000
commit78f87331808d23def7ff3a3048cd4a0f964019d9 (patch)
tree15b8a95f0cdaacca32e25247886391092c2e86df /queen/graphics.h
parent6366fd778bae6bd5c60753ab3dd022ca245af28e (diff)
downloadscummvm-rg350-78f87331808d23def7ff3a3048cd4a0f964019d9.tar.gz
scummvm-rg350-78f87331808d23def7ff3a3048cd4a0f964019d9.tar.bz2
scummvm-rg350-78f87331808d23def7ff3a3048cd4a0f964019d9.zip
fix missing thugs & Hugh during intro + smoother scrolling + flashspecial (sm37)
svn-id: r10914
Diffstat (limited to 'queen/graphics.h')
-rw-r--r--queen/graphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/queen/graphics.h b/queen/graphics.h
index 41054fe9ca..7e29de94a5 100644
--- a/queen/graphics.h
+++ b/queen/graphics.h
@@ -131,7 +131,7 @@ public:
void bobDrawAll(); // drawbobs()
void bobClearAll(); // clearallbobs()
BobSlot *bob(int index);
- void bobCustomParallax(uint16 roomNum);
+ void bobCustomParallax(uint16 roomNum); // CHECK_PARALLAX()
void bobSetText(
BobSlot *bob,
@@ -161,7 +161,7 @@ public:
void cameraBob(int bobNum);
int cameraBob() { return _cameraBob; }
- void update();
+ void update(bool fastmode = false);
private: