aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/duckman/illusions_duckman.cpp
diff options
context:
space:
mode:
authorEric Fry2018-06-26 18:45:29 +1000
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commit3d9f5ed20ff182ee0cbb621f2bcf0b98a44e384d (patch)
tree48664e74ab7409ce014c50d73ed731927fe822a0 /engines/illusions/duckman/illusions_duckman.cpp
parentd77dd6c14ab6c41513ed282597a6da82289061e8 (diff)
downloadscummvm-rg350-3d9f5ed20ff182ee0cbb621f2bcf0b98a44e384d.tar.gz
scummvm-rg350-3d9f5ed20ff182ee0cbb621f2bcf0b98a44e384d.tar.bz2
scummvm-rg350-3d9f5ed20ff182ee0cbb621f2bcf0b98a44e384d.zip
ILLUSIONS: Replace spaces with tabs
Replace while(1) with do..while loop Removed dead code Renamed FP16 to FixedPoint16 to improve readability
Diffstat (limited to 'engines/illusions/duckman/illusions_duckman.cpp')
-rw-r--r--engines/illusions/duckman/illusions_duckman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/illusions/duckman/illusions_duckman.cpp b/engines/illusions/duckman/illusions_duckman.cpp
index 38d3bab43c..7ffa312948 100644
--- a/engines/illusions/duckman/illusions_duckman.cpp
+++ b/engines/illusions/duckman/illusions_duckman.cpp
@@ -213,7 +213,7 @@ Common::Error IllusionsEngine_Duckman::run() {
delete _fader;
- delete _gameState;
+ delete _gameState;
delete _menuSystem;
delete _soundMan;
delete _updateFunctions;