From 95d1f30bd7f4dc5394f0e718c791b21bc431fc65 Mon Sep 17 00:00:00 2001 From: Le Philousophe Date: Sun, 23 Jun 2019 13:15:42 +0200 Subject: CRYOMNI3D: Add a timeout for displayHLZ --- engines/cryomni3d/cryomni3d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cryomni3d/cryomni3d.h') 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(); -- cgit v1.2.3