diff options
author | Paul Gilbert | 2014-04-29 22:35:15 -0400 |
---|---|---|
committer | Paul Gilbert | 2014-04-29 22:35:15 -0400 |
commit | 16d46fda7cb0fcdc1e3243f58dbe99c02511676a (patch) | |
tree | 5e7e90f69addaa5e35ee8523f4206a232ab76919 /engines/mads | |
parent | dccc4510e82a7df9c8d3082a7914f6259382df14 (diff) | |
download | scummvm-rg350-16d46fda7cb0fcdc1e3243f58dbe99c02511676a.tar.gz scummvm-rg350-16d46fda7cb0fcdc1e3243f58dbe99c02511676a.tar.bz2 scummvm-rg350-16d46fda7cb0fcdc1e3243f58dbe99c02511676a.zip |
MADS: Fix for on-screen text no longer being removed
Diffstat (limited to 'engines/mads')
-rw-r--r-- | engines/mads/messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/messages.h b/engines/mads/messages.h index 7aabf918ff..a6d39281a6 100644 --- a/engines/mads/messages.h +++ b/engines/mads/messages.h @@ -55,7 +55,7 @@ public: int _numTicks; uint32 _frameTimer2; uint32 _frameTimer; - uint32 _timeout; + int32 _timeout; int _trigger; TriggerMode _abortMode; ActionDetails _actionDetails; |