aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/frameout.h
diff options
context:
space:
mode:
authorColin Snover2016-06-26 10:52:17 -0500
committerColin Snover2016-06-26 12:44:36 -0500
commit1632bd50c890c9e50139c57b52d8e1bfc8f61c61 (patch)
tree89f47c9a21b62c14be891751c45e00104d9b449b /engines/sci/graphics/frameout.h
parent60849a16cb34a35a29734ff86ca4776a0f21e868 (diff)
downloadscummvm-rg350-1632bd50c890c9e50139c57b52d8e1bfc8f61c61.tar.gz
scummvm-rg350-1632bd50c890c9e50139c57b52d8e1bfc8f61c61.tar.bz2
scummvm-rg350-1632bd50c890c9e50139c57b52d8e1bfc8f61c61.zip
SCI32: Fix benchmarking for QFG4
Diffstat (limited to 'engines/sci/graphics/frameout.h')
-rw-r--r--engines/sci/graphics/frameout.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/sci/graphics/frameout.h b/engines/sci/graphics/frameout.h
index 53df5d975f..0be5aece1e 100644
--- a/engines/sci/graphics/frameout.h
+++ b/engines/sci/graphics/frameout.h
@@ -189,6 +189,12 @@ private:
*/
bool _throttleFrameOut;
+ /**
+ * Determines whether or not a screen item is the "Fred"
+ * object.
+ */
+ bool checkForFred(const reg_t object);
+
#pragma mark -
#pragma mark Screen items
private: