aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/ringworld2/ringworld2_speakers.h
diff options
context:
space:
mode:
authorPaul Gilbert2011-12-13 20:33:45 +1100
committerPaul Gilbert2011-12-13 20:33:45 +1100
commitd124e25cfe6b022c7030842493065fa91c616bd5 (patch)
treee3f5dc23e0bebd1317479bbbd79ed4cc5784caae /engines/tsage/ringworld2/ringworld2_speakers.h
parent25e42e1baa04013755593db4b46e368e7ff051eb (diff)
downloadscummvm-rg350-d124e25cfe6b022c7030842493065fa91c616bd5.tar.gz
scummvm-rg350-d124e25cfe6b022c7030842493065fa91c616bd5.tar.bz2
scummvm-rg350-d124e25cfe6b022c7030842493065fa91c616bd5.zip
TSAGE: Bugfix to show R2R conversations in front of other on-screen objects
Diffstat (limited to 'engines/tsage/ringworld2/ringworld2_speakers.h')
-rw-r--r--engines/tsage/ringworld2/ringworld2_speakers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/tsage/ringworld2/ringworld2_speakers.h b/engines/tsage/ringworld2/ringworld2_speakers.h
index e6a805f31b..b8ad17886a 100644
--- a/engines/tsage/ringworld2/ringworld2_speakers.h
+++ b/engines/tsage/ringworld2/ringworld2_speakers.h
@@ -59,6 +59,8 @@ public:
virtual void setText(const Common::String &msg);
virtual void proc15() {}
virtual void proc16();
+
+ void setDelay(int delay);
};
class SpeakerMiranda300 : public VisualSpeaker {