[Scummvm-cvs-logs] scummvm master -> 8b685a2b1e3ff2132b3c29514d863084966a8cec

Strangerke Strangerke at scummvm.org
Wed May 25 08:04:13 CEST 2016


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:
8b685a2b1e GNAP: Use an enum value in the declaration of setHotspot


Commit: 8b685a2b1e3ff2132b3c29514d863084966a8cec
    https://github.com/scummvm/scummvm/commit/8b685a2b1e3ff2132b3c29514d863084966a8cec
Author: Strangerke (strangerke at scummvm.org)
Date: 2016-05-25T07:55:35+02:00

Commit Message:
GNAP: Use an enum value in the declaration of setHotspot

Changed paths:
    engines/gnap/gnap.h



diff --git a/engines/gnap/gnap.h b/engines/gnap/gnap.h
index f5b7797..84c40e2 100644
--- a/engines/gnap/gnap.h
+++ b/engines/gnap/gnap.h
@@ -327,7 +327,7 @@ public:
 	void delayTicksA(int val, int idx);
 	void delayTicksCursor(int val);
 
-	void setHotspot(int index, int16 x1, int16 y1, int16 x2, int16 y2, uint16 flags = 0,
+	void setHotspot(int index, int16 x1, int16 y1, int16 x2, int16 y2, uint16 flags = SF_NONE,
 		int16 walkX = -1, int16 walkY = -1);
 	int getHotspotIndexAtPos(Common::Point pos);
 	void updateCursorByHotspot();






More information about the Scummvm-git-logs mailing list