aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/core
diff options
context:
space:
mode:
authorSven Hesse2015-01-18 20:32:55 +0100
committerSven Hesse2015-01-18 20:35:51 +0100
commit3f66f28624812910834600d8a2cecb084dedea9f (patch)
tree7d38f98b9bf8d04e4e8bac6b20b6c9d3b5f5ed88 /engines/zvision/core
parent7c23eae1027d242c9169b791d99d5f22e3159816 (diff)
downloadscummvm-rg350-3f66f28624812910834600d8a2cecb084dedea9f.tar.gz
scummvm-rg350-3f66f28624812910834600d8a2cecb084dedea9f.tar.bz2
scummvm-rg350-3f66f28624812910834600d8a2cecb084dedea9f.zip
ZVISION: Remove trailing whitespace
Diffstat (limited to 'engines/zvision/core')
-rw-r--r--engines/zvision/core/console.cpp2
-rw-r--r--engines/zvision/core/events.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/zvision/core/console.cpp b/engines/zvision/core/console.cpp
index f39c06b57e..e54e986bd7 100644
--- a/engines/zvision/core/console.cpp
+++ b/engines/zvision/core/console.cpp
@@ -204,7 +204,7 @@ bool Console::cmdLocation(int argc, const char **argv) {
Common::String scrFile = Common::String::format("%c%c%c%c.scr", curLocation.world, curLocation.room, curLocation.node, curLocation.view);
debugPrintf("Current location: world '%c', room '%c', node '%c', view '%c', offset %d, script %s\n",
curLocation.world, curLocation.room, curLocation.node, curLocation.view, curLocation.offset, scrFile.c_str());
-
+
if (argc != 6) {
debugPrintf("Use %s <char: world> <char: room> <char:node> <char:view> <int: x offset> to change your location\n", argv[0]);
return true;
diff --git a/engines/zvision/core/events.cpp b/engines/zvision/core/events.cpp
index 7804130e2a..4c7d395892 100644
--- a/engines/zvision/core/events.cpp
+++ b/engines/zvision/core/events.cpp
@@ -336,7 +336,7 @@ void ZVision::onMouseMove(const Common::Point &pos) {
mspeed = 25;
}
_mouseVelocity = MIN(((Common::Rational(mspeed, ROTATION_SCREEN_EDGE_OFFSET) * (clippedPos.x - _workingWindow.left)) - mspeed).toInt(), -1);
-
+
_cursorManager->changeCursor(CursorIndex_Left);
cursorWasChanged = true;