aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/cryomni3d.h
diff options
context:
space:
mode:
authorLe Philousophe2019-06-23 13:15:42 +0200
committerLe Philousophe2019-07-05 07:52:00 +0200
commit95d1f30bd7f4dc5394f0e718c791b21bc431fc65 (patch)
tree57f2cb432e95b2b9f78fc94269962b66edb089d5 /engines/cryomni3d/cryomni3d.h
parent215e2139fcce276dcb989a11fccbe21e45b5aed8 (diff)
downloadscummvm-rg350-95d1f30bd7f4dc5394f0e718c791b21bc431fc65.tar.gz
scummvm-rg350-95d1f30bd7f4dc5394f0e718c791b21bc431fc65.tar.bz2
scummvm-rg350-95d1f30bd7f4dc5394f0e718c791b21bc431fc65.zip
CRYOMNI3D: Add a timeout for displayHLZ
Diffstat (limited to 'engines/cryomni3d/cryomni3d.h')
-rw-r--r--engines/cryomni3d/cryomni3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cryomni3d/cryomni3d.h b/engines/cryomni3d/cryomni3d.h
index 86803a17fc..fa60cdbfd7 100644
--- a/engines/cryomni3d/cryomni3d.h
+++ b/engines/cryomni3d/cryomni3d.h
@@ -126,7 +126,7 @@ public:
void playHNM(const Common::String &filename,
Audio::Mixer::SoundType soundType = Audio::Mixer::kPlainSoundType,
HNMCallback beforeDraw = nullptr, HNMCallback afterDraw = nullptr);
- void displayHLZ(const Common::String &filename);
+ bool displayHLZ(const Common::String &filename, uint32 timeout = uint(-1));
bool pollEvents();
Common::Point getMousePos();