From 29ac19947f5c95a5133bc7d6f8ee75a0719fe58d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 8 Mar 2015 19:54:00 -0400 Subject: MADS: Rename some outstanding 'abortTimers' to the more proper 'endTrigger' --- engines/mads/messages.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/mads/messages.h') diff --git a/engines/mads/messages.h b/engines/mads/messages.h index a7411d98d1..22ae0b24b5 100644 --- a/engines/mads/messages.h +++ b/engines/mads/messages.h @@ -99,9 +99,9 @@ public: ~KernelMessages(); void clear(); - int add(const Common::Point &pt, uint fontColor, uint8 flags, uint8 abortTimers, + int add(const Common::Point &pt, uint fontColor, uint8 flags, int endTrigger, uint32 timeout, const Common::String &msg); - int addQuote(int quoteId, int abortTimers, uint32 timeout); + int addQuote(int quoteId, int endTrigger, uint32 timeout); void scrollMessage(int msgIndex, int numTicks, bool quoted); void setSeqIndex(int msgIndex, int seqIndex); void remove(int msgIndex); -- cgit v1.2.3