aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/statics.cpp
diff options
context:
space:
mode:
authorColin Snover2017-11-12 13:45:41 -0600
committerEugene Sandulenko2017-11-18 22:35:12 +0100
commit8e0c53de180d2e0de613934f1dedbfd4aa5fdf7c (patch)
tree150f58315e17198f2b54250fbada20707edea2b2 /engines/fullpipe/statics.cpp
parent88a2eaba93a454562b99bd59f797533b9f6b4848 (diff)
downloadscummvm-rg350-8e0c53de180d2e0de613934f1dedbfd4aa5fdf7c.tar.gz
scummvm-rg350-8e0c53de180d2e0de613934f1dedbfd4aa5fdf7c.tar.bz2
scummvm-rg350-8e0c53de180d2e0de613934f1dedbfd4aa5fdf7c.zip
FULLPIPE: Fix whitespace errors
Diffstat (limited to 'engines/fullpipe/statics.cpp')
-rw-r--r--engines/fullpipe/statics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/statics.cpp b/engines/fullpipe/statics.cpp
index 98854f98d2..a78131d29d 100644
--- a/engines/fullpipe/statics.cpp
+++ b/engines/fullpipe/statics.cpp
@@ -1497,7 +1497,7 @@ Movement::~Movement() {
for (uint i = 0; i < _dynamicPhases.size(); i++)
delete _framePosOffsets[i];
- if (!_currMovement ) {
+ if (!_currMovement) {
if (_updateFlag1) {
_dynamicPhases[0]->freePixelData();
_dynamicPhases.remove_at(0);