diff options
Diffstat (limited to 'engines/gob/inter.cpp')
| -rw-r--r-- | engines/gob/inter.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/inter.cpp b/engines/gob/inter.cpp index 8be07034c6..3cbdaa3584 100644 --- a/engines/gob/inter.cpp +++ b/engines/gob/inter.cpp @@ -180,7 +180,7 @@ void Inter::storeMouse() {  	WRITE_VAR(2, x);  	WRITE_VAR(3, y); -	WRITE_VAR(4, _vm->_game->_mouseButtons); +	WRITE_VAR(4, (uint32) _vm->_game->_mouseButtons);  }  void Inter::storeKey(int16 key) {  | 
