diff options
author | Sven Hesse | 2014-05-28 23:25:49 +0200 |
---|---|---|
committer | Sven Hesse | 2014-05-28 23:25:49 +0200 |
commit | 2168d43d5d8c66cc4316e2bd0450ef108b27fda5 (patch) | |
tree | 52e2c7918e5daae268e72fa3e75c6cbc23d50a9d /engines/mads/nebular | |
parent | f8b08874c4819d85d493f42081a336326bff1035 (diff) | |
download | scummvm-rg350-2168d43d5d8c66cc4316e2bd0450ef108b27fda5.tar.gz scummvm-rg350-2168d43d5d8c66cc4316e2bd0450ef108b27fda5.tar.bz2 scummvm-rg350-2168d43d5d8c66cc4316e2bd0450ef108b27fda5.zip |
MADS: Janitorial - Trim more trailing whitespace
Diffstat (limited to 'engines/mads/nebular')
-rw-r--r-- | engines/mads/nebular/nebular_scenes2.cpp | 2 | ||||
-rw-r--r-- | engines/mads/nebular/nebular_scenes3.cpp | 2 | ||||
-rw-r--r-- | engines/mads/nebular/sound_nebular.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/engines/mads/nebular/nebular_scenes2.cpp b/engines/mads/nebular/nebular_scenes2.cpp index 2379cf2b30..56e8c8a812 100644 --- a/engines/mads/nebular/nebular_scenes2.cpp +++ b/engines/mads/nebular/nebular_scenes2.cpp @@ -789,7 +789,7 @@ void Scene202::actions() { _vm->_dialogs->show(20219); return; } - + if (_action.isAction(VERB_CLIMB_DOWN, NOUN_LADDER)) { _action._inProgress = false; return; diff --git a/engines/mads/nebular/nebular_scenes3.cpp b/engines/mads/nebular/nebular_scenes3.cpp index ba1af6ed0b..6a6b36f1bc 100644 --- a/engines/mads/nebular/nebular_scenes3.cpp +++ b/engines/mads/nebular/nebular_scenes3.cpp @@ -1329,7 +1329,7 @@ Scene309::Scene309(MADSEngine *vm) : Scene3xx(vm) { _characterSpriteIndexes[i] = -1; _messagesIndexes[i] = -1; } - + _lastFrame = -1; _forceField.init(); } diff --git a/engines/mads/nebular/sound_nebular.h b/engines/mads/nebular/sound_nebular.h index 2113b103fb..c485bd7955 100644 --- a/engines/mads/nebular/sound_nebular.h +++ b/engines/mads/nebular/sound_nebular.h @@ -67,7 +67,7 @@ public: int _field1D; int _field1E; int _field1F; - + // TODO: Only used by asound.003. Figure out usage byte _field20; public: |