diff options
author | Eugene Sandulenko | 2013-12-15 22:41:29 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2013-12-15 22:41:29 +0200 |
commit | 4c445c64463a02c846924b7a7c97eb51c7159117 (patch) | |
tree | 2ff73a877acfc0723be5522aab029b5e5f8d9339 | |
parent | 73d7a7c14b3bd98523f13f739ae7b0780ee95f37 (diff) | |
download | scummvm-rg350-4c445c64463a02c846924b7a7c97eb51c7159117.tar.gz scummvm-rg350-4c445c64463a02c846924b7a7c97eb51c7159117.tar.bz2 scummvm-rg350-4c445c64463a02c846924b7a7c97eb51c7159117.zip |
FULLPIPE: Fix indentation
-rw-r--r-- | engines/fullpipe/scenes/scene05.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/fullpipe/scenes/scene05.cpp b/engines/fullpipe/scenes/scene05.cpp index 0d0e0de081..faf53fcae4 100644 --- a/engines/fullpipe/scenes/scene05.cpp +++ b/engines/fullpipe/scenes/scene05.cpp @@ -144,7 +144,7 @@ void sceneHandler05_genFlies() { g_fullpipe->_floaters->_array2.back()->val2 = 585; g_fullpipe->_floaters->_array2.back()->val3 = -70; g_fullpipe->_floaters->_array2.back()->val11 = 8.0; - } + } } g_vars->scene05_floatersTicker = 0; @@ -299,23 +299,23 @@ int sceneHandler05(ExCommand *ex) { switch (ex->_messageNum) { case MSG_SC5_BGRSOUNDOFF: - g_fullpipe->stopAllSoundInstances(SND_5_026); + g_fullpipe->stopAllSoundInstances(SND_5_026); break; case MSG_SC5_BGRSOUNDON: - g_fullpipe->playSound(SND_5_026, 1); + g_fullpipe->playSound(SND_5_026, 1); break; case MSG_SC5_MAKEMANFLIGHT: - sceneHandler05_makeManFlight(); + sceneHandler05_makeManFlight(); break; case MSG_SC5_MAKEOTMFEEDBACK: - if (!g_fullpipe->_aniMan->_movement || (g_fullpipe->_aniMan->_movement->_id != MV_MANHDL_HANDLEUP + if (!g_fullpipe->_aniMan->_movement || (g_fullpipe->_aniMan->_movement->_id != MV_MANHDL_HANDLEUP && g_fullpipe->_aniMan->_movement->_id != MV_MANHDL_HANDLEDOWN)) { sceneHandler05_makeWackoFeedback(); g_vars->scene05_wackoTicker = 0; - } + } break; case MSG_SC5_SHOWHANDLE: |