diff options
Diffstat (limited to 'engines/gob/inter_bargon.cpp')
| -rw-r--r-- | engines/gob/inter_bargon.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/engines/gob/inter_bargon.cpp b/engines/gob/inter_bargon.cpp index 12079600c0..1cffe4ca2d 100644 --- a/engines/gob/inter_bargon.cpp +++ b/engines/gob/inter_bargon.cpp @@ -89,7 +89,7 @@ void Inter_Bargon::oBargon_intro2(OpGobParams ¶ms) {  	int i;  	int16 mouseX;  	int16 mouseY; -	int16 buttons; +	MouseButtons buttons;  	SurfaceDescPtr surface;  	SoundDesc samples[4];  	int16 comp[5] = { 0, 1, 2, 3, -1 }; @@ -137,7 +137,7 @@ void Inter_Bargon::oBargon_intro2(OpGobParams ¶ms) {  void Inter_Bargon::oBargon_intro3(OpGobParams ¶ms) {  	int16 mouseX;  	int16 mouseY; -	int16 buttons; +	MouseButtons buttons;  	Video::Color *palBak;  	SoundDesc samples[2];  	int16 comp[3] = { 0, 1, -1 }; | 
