diff options
Diffstat (limited to 'queen/logic.h')
-rw-r--r-- | queen/logic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/queen/logic.h b/queen/logic.h index 751641a435..ab5dda3e7d 100644 --- a/queen/logic.h +++ b/queen/logic.h @@ -288,10 +288,10 @@ public: void sceneReset() { _scene = 0; } //! Make a scene - void sceneStart(bool showMouseCursor); + void sceneStart(); //! Stop making a scene - void sceneStop(bool showMouseCursor); + void sceneStop(); //! Copy data from dummy object to object void objectCopy(int dummyObjectIndex, int objectIndex); |