[Scummvm-cvs-logs] scummvm master -> 2811d83670f63cbda6ff058d343be692f9c3ddbe

Strangerke Strangerke at scummvm.org
Thu Dec 22 20:21:52 CET 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:
2811d83670 TSAGE: Give a default value to the second parameter of disableControl(), as for enableControl()


Commit: 2811d83670f63cbda6ff058d343be692f9c3ddbe
    https://github.com/scummvm/scummvm/commit/2811d83670f63cbda6ff058d343be692f9c3ddbe
Author: Strangerke (strangerke at scummvm.org)
Date: 2011-12-22T11:21:23-08:00

Commit Message:
TSAGE: Give a default value to the second parameter of disableControl(), as for enableControl()

Changed paths:
    engines/tsage/core.h



diff --git a/engines/tsage/core.h b/engines/tsage/core.h
index ca691ec..bd27a94 100644
--- a/engines/tsage/core.h
+++ b/engines/tsage/core.h
@@ -653,7 +653,7 @@ public:
 
 	void disableControl();
 	void enableControl();
-	void disableControl(CursorType cursorId, CursorType objectId);
+	void disableControl(CursorType cursorId, CursorType objectId = CURSOR_NONE);
 	void enableControl(CursorType cursorId, CursorType objectId = CURSOR_NONE);
 };
 






More information about the Scummvm-git-logs mailing list