aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/game.cpp')
-rw-r--r--engines/tony/game.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/tony/game.cpp b/engines/tony/game.cpp
index c17b611b0c..0793d97215 100644
--- a/engines/tony/game.cpp
+++ b/engines/tony/game.cpp
@@ -1513,8 +1513,8 @@ int RMPointer::curAction() {
return _nCurPointer;
}
-/**
- * Show the cursor
+/**
+ * Show the cursor
*/
void RMPointer::showCursor() {
if (!CursorMan.isVisible()) {
@@ -1524,8 +1524,8 @@ void RMPointer::showCursor() {
}
}
-/**
- * Hide the cursor
+/**
+ * Hide the cursor
*/
void RMPointer::hideCursor() {
if (CursorMan.isVisible()) {