diff options
| author | Strangerke | 2014-03-22 21:45:28 +0100 | 
|---|---|---|
| committer | Strangerke | 2014-03-22 21:45:28 +0100 | 
| commit | eb82e63398c2050cbb72008cd849b8d1fda89c3e (patch) | |
| tree | c4792255b6f2725dc235c4f45f02a91e0e305ed7 | |
| parent | db4e74f4dd1994bd468f78eca57800f9f3970b11 (diff) | |
| download | scummvm-rg350-eb82e63398c2050cbb72008cd849b8d1fda89c3e.tar.gz scummvm-rg350-eb82e63398c2050cbb72008cd849b8d1fda89c3e.tar.bz2 scummvm-rg350-eb82e63398c2050cbb72008cd849b8d1fda89c3e.zip | |
MADS: make _msgOffset a uint32
| -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 8ca9bc6f12..90269c12b5 100644 --- a/engines/mads/messages.h +++ b/engines/mads/messages.h @@ -51,7 +51,7 @@ public:  	int _color2;  	Common::Point _position;  	int _textDisplayIndex; -	int _msgOffset; +	uint32 _msgOffset;  	int _numTicks;  	uint32 _frameTimer2;  	uint32 _frameTimer; | 
