aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-04 14:42:52 +0200
committerEugene Sandulenko2016-09-04 14:42:52 +0200
commitb1fc0f69462feb635c2359087b63393d02f8f819 (patch)
tree9012d11c819f492ce958d8994456e932f7caf739 /engines/fullpipe/scenes.cpp
parent7395647518750506b96a157a7530d7d20d41f791 (diff)
downloadscummvm-rg350-b1fc0f69462feb635c2359087b63393d02f8f819.tar.gz
scummvm-rg350-b1fc0f69462feb635c2359087b63393d02f8f819.tar.bz2
scummvm-rg350-b1fc0f69462feb635c2359087b63393d02f8f819.zip
JANITORIAL: Fix whitespaces
Diffstat (limited to 'engines/fullpipe/scenes.cpp')
-rw-r--r--engines/fullpipe/scenes.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/fullpipe/scenes.cpp b/engines/fullpipe/scenes.cpp
index cb9f8c4c01..5a6380103c 100644
--- a/engines/fullpipe/scenes.cpp
+++ b/engines/fullpipe/scenes.cpp
@@ -1156,12 +1156,12 @@ void FullpipeEngine::updateMap(PreloadItem *pre) {
if (pre->keyCode == TrubaLeft) {
updateMapPiece(PIC_MAP_P04, 1);
- }
+ }
if (pre->keyCode == TrubaUp) {
updateMapPiece(PIC_MAP_P05, 1);
updateMapPiece(PIC_MAP_A11, 1);
- }
+ }
break;
@@ -1433,7 +1433,7 @@ void FullpipeEngine::updateMap(PreloadItem *pre) {
break;
}
break;
- }
+ }
}
void BallChain::init(Ball **ball) {