mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
TSAGE: Give a default value to the second parameter of disableControl(), as for enableControl()
This commit is contained in:
parent
0234bb5be2
commit
2811d83670
@ -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);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user