[Scummvm-cvs-logs] scummvm master -> 679fc754089473b8459c07b7192eb07f0b1ca183

DrMcCoy drmccoy at drmccoy.de
Fri Sep 16 14:58:21 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
679fc75408 GOB: Fix a stupid mistake regarding enum MouseButtons


Commit: 679fc754089473b8459c07b7192eb07f0b1ca183
    https://github.com/scummvm/scummvm/commit/679fc754089473b8459c07b7192eb07f0b1ca183
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2011-09-16T05:52:52-07:00

Commit Message:
GOB: Fix a stupid mistake regarding enum MouseButtons

Changed paths:
    engines/gob/minigames/geisha/diving.cpp
    engines/gob/minigames/geisha/diving.h



diff --git a/engines/gob/minigames/geisha/diving.cpp b/engines/gob/minigames/geisha/diving.cpp
index 3cb2e00..501f13c 100644
--- a/engines/gob/minigames/geisha/diving.cpp
+++ b/engines/gob/minigames/geisha/diving.cpp
@@ -23,7 +23,6 @@
 #include "common/list.h"
 
 #include "gob/global.h"
-#include "gob/util.h"
 #include "gob/draw.h"
 #include "gob/video.h"
 #include "gob/decfile.h"
diff --git a/engines/gob/minigames/geisha/diving.h b/engines/gob/minigames/geisha/diving.h
index cb1abd8..962aaf8 100644
--- a/engines/gob/minigames/geisha/diving.h
+++ b/engines/gob/minigames/geisha/diving.h
@@ -25,6 +25,8 @@
 
 #include "common/system.h"
 
+#include "gob/util.h"
+
 #include "gob/sound/sounddesc.h"
 
 namespace Gob {
@@ -35,8 +37,6 @@ class DECFile;
 class ANIFile;
 class ANIObject;
 
-enum MouseButtons;
-
 namespace Geisha {
 
 class EvilFish;






More information about the Scummvm-git-logs mailing list