aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/cursors
diff options
context:
space:
mode:
authorStrangerke2014-02-16 18:45:17 +0100
committerStrangerke2014-02-16 18:45:17 +0100
commit0b63ea185d36dd53c36b8f71550193c99d33fefe (patch)
tree27879212d0baa36e7aaa1a9fe30763102fd2da7f /engines/zvision/cursors
parent81f0a5dc4247ee8b78170427ef23e48024ec4d76 (diff)
downloadscummvm-rg350-0b63ea185d36dd53c36b8f71550193c99d33fefe.tar.gz
scummvm-rg350-0b63ea185d36dd53c36b8f71550193c99d33fefe.tar.bz2
scummvm-rg350-0b63ea185d36dd53c36b8f71550193c99d33fefe.zip
ZVISION: Janitorial - Remove trailing spaces
Diffstat (limited to 'engines/zvision/cursors')
-rw-r--r--engines/zvision/cursors/cursor.cpp4
-rw-r--r--engines/zvision/cursors/cursor.h2
-rw-r--r--engines/zvision/cursors/cursor_manager.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/engines/zvision/cursors/cursor.cpp b/engines/zvision/cursors/cursor.cpp
index be80f6585b..d7cda34951 100644
--- a/engines/zvision/cursors/cursor.cpp
+++ b/engines/zvision/cursors/cursor.cpp
@@ -30,14 +30,14 @@
namespace ZVision {
-ZorkCursor::ZorkCursor()
+ZorkCursor::ZorkCursor()
: _width(0),
_height(0),
_hotspotX(0),
_hotspotY(0) {
}
-ZorkCursor::ZorkCursor(const Common::String &fileName)
+ZorkCursor::ZorkCursor(const Common::String &fileName)
: _width(0),
_height(0),
_hotspotX(0),
diff --git a/engines/zvision/cursors/cursor.h b/engines/zvision/cursors/cursor.h
index 18ac28ce8b..304d8cf018 100644
--- a/engines/zvision/cursors/cursor.h
+++ b/engines/zvision/cursors/cursor.h
@@ -32,7 +32,7 @@ class String;
namespace ZVision {
-/**
+/**
* Utility class to parse and hold cursor data
* Modeled off Graphics::Cursor
*/
diff --git a/engines/zvision/cursors/cursor_manager.h b/engines/zvision/cursors/cursor_manager.h
index e982a40188..43f52abc9a 100644
--- a/engines/zvision/cursors/cursor_manager.h
+++ b/engines/zvision/cursors/cursor_manager.h
@@ -77,7 +77,7 @@ public:
/**
* Parses a cursor name into a cursor file then creates and shows that cursor.
*
- * @param cursorName The name of a cursor. This *HAS* to correspond to one of the entries in _cursorNames[]
+ * @param cursorName The name of a cursor. This *HAS* to correspond to one of the entries in _cursorNames[]
* @param pushed Should the cursor be pushed (true) or not pushed (false) (Another way to say it: down or up)
*/
void changeCursor(const Common::String &cursorName, bool pushed);