aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/frameout.h
diff options
context:
space:
mode:
authorColin Snover2017-07-22 23:26:39 -0500
committerColin Snover2017-07-23 10:35:13 -0500
commit8d32353394ce4aa750e54becc3f2d2e375b3963d (patch)
tree8182ae174fe6cf6e8e535c839e4c8246af2dda16 /engines/sci/graphics/frameout.h
parent2004aecb0583cec6bad8f903199cf1ffaf728a30 (diff)
downloadscummvm-rg350-8d32353394ce4aa750e54becc3f2d2e375b3963d.tar.gz
scummvm-rg350-8d32353394ce4aa750e54becc3f2d2e375b3963d.tar.bz2
scummvm-rg350-8d32353394ce4aa750e54becc3f2d2e375b3963d.zip
SCI32: Stop throttling of kFrameOut during interactive VMD playback
Refs Trac#9974, Trac#9975.
Diffstat (limited to 'engines/sci/graphics/frameout.h')
-rw-r--r--engines/sci/graphics/frameout.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sci/graphics/frameout.h b/engines/sci/graphics/frameout.h
index 93dc35e632..d94689be5b 100644
--- a/engines/sci/graphics/frameout.h
+++ b/engines/sci/graphics/frameout.h
@@ -310,6 +310,11 @@ public:
}
/**
+ * Whether or not to throttle kFrameOut calls.
+ */
+ bool _throttleKernelFrameOut;
+
+ /**
* Whether palMorphFrameOut should be used instead of
* frameOut for rendering. Used by kMorphOn to
* explicitly enable palMorphFrameOut for one frame.