mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-16 15:08:59 +00:00
Fixed typo.
svn-id: r42034
This commit is contained in:
parent
b0334e102f
commit
4a4aab83d0
@ -83,8 +83,8 @@ struct Room {
|
||||
byte _palette;
|
||||
uint16 _numMasks;
|
||||
uint16 _init, _look, _use, _canUse;
|
||||
boolean _imInit, _imLook, _imUse;
|
||||
boolean _mouseOn, _heroOn;
|
||||
bool _imInit, _imLook, _imUse;
|
||||
bool _mouseOn, _heroOn;
|
||||
double _pers0, _persStep;
|
||||
byte _escRoom;
|
||||
byte _numGates;
|
||||
|
Loading…
x
Reference in New Issue
Block a user