aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTorbjörn Andersson2015-01-21 01:24:59 +0100
committerTorbjörn Andersson2015-01-21 01:24:59 +0100
commit796fb134f1af6b3617b7687d2a89ab51dd1aa63d (patch)
treec9fa06b7dd59f943c2b467eae1db8eb6fd66ccb6 /engines
parent1330cb7c99478c67a722ff3bd35567dcd59f8fdf (diff)
downloadscummvm-rg350-796fb134f1af6b3617b7687d2a89ab51dd1aa63d.tar.gz
scummvm-rg350-796fb134f1af6b3617b7687d2a89ab51dd1aa63d.tar.bz2
scummvm-rg350-796fb134f1af6b3617b7687d2a89ab51dd1aa63d.zip
ZVISION: Remove unnecessary spaces
Diffstat (limited to 'engines')
-rw-r--r--engines/zvision/scripting/script_manager.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/zvision/scripting/script_manager.cpp b/engines/zvision/scripting/script_manager.cpp
index d10cd81438..71966b3125 100644
--- a/engines/zvision/scripting/script_manager.cpp
+++ b/engines/zvision/scripting/script_manager.cpp
@@ -78,16 +78,16 @@ void ScriptManager::update(uint deltaTimeMillis) {
}
updateNodes(deltaTimeMillis);
- if (! execScope(nodeview)) {
+ if (!execScope(nodeview)) {
return;
}
- if (! execScope(room)) {
+ if (!execScope(room)) {
return;
}
- if (! execScope(world)) {
+ if (!execScope(world)) {
return;
}
- if (! execScope(universe)) {
+ if (!execScope(universe)) {
return;
}
updateControls(deltaTimeMillis);