diff options
author | yinsimei | 2017-05-29 08:02:59 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2017-07-13 18:27:45 +0200 |
commit | ca2ee02496f232a53ed6c96bd296e0941da636f6 (patch) | |
tree | d975887a6cead9e711afddb2053020db68a7914b /engines/sludge/CommonCode | |
parent | 2dddb900c9b6d4356a19886cd31587a049be23d8 (diff) | |
download | scummvm-rg350-ca2ee02496f232a53ed6c96bd296e0941da636f6.tar.gz scummvm-rg350-ca2ee02496f232a53ed6c96bd296e0941da636f6.tar.bz2 scummvm-rg350-ca2ee02496f232a53ed6c96bd296e0941da636f6.zip |
SLUDGE: code formatting
Diffstat (limited to 'engines/sludge/CommonCode')
-rw-r--r-- | engines/sludge/CommonCode/functionlist.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/engines/sludge/CommonCode/functionlist.h b/engines/sludge/CommonCode/functionlist.h index 3d98553129..637ed5c026 100644 --- a/engines/sludge/CommonCode/functionlist.h +++ b/engines/sludge/CommonCode/functionlist.h @@ -1,10 +1,10 @@ /* -This is the list of the built in functions + This is the list of the built in functions -true or false states if it's a used function -in the current version of the engine, -but that value currently isn't used anywhere -*/ + true or false states if it's a used function + in the current version of the engine, + but that value currently isn't used anywhere + */ FUNC(true, say) FUNC(true, skipSpeech) @@ -135,10 +135,10 @@ FUNC(true, captureAllKeys) FUNC(true, cacheSound) FUNC(true, setCharacterSpinSpeed) FUNC(true, transitionMode) -FUNC(false, _rem_movieStart) -FUNC(false, _rem_movieAbort) -FUNC(false, _rem_moviePlaying) -FUNC(false, _rem_updateDisplay) +FUNC(false, _rem_movieStart) +FUNC(false, _rem_movieAbort) +FUNC(false, _rem_moviePlaying) +FUNC(false, _rem_updateDisplay) FUNC(true, getSoundCache) FUNC(true, saveCustomData) FUNC(true, loadCustomData) @@ -160,7 +160,7 @@ FUNC(true, hasFlag) FUNC(true, snapshotGrab) FUNC(true, snapshotClear) FUNC(true, bodgeFilenames) -FUNC(false, _rem_registryGetString) +FUNC(false, _rem_registryGetString) FUNC(true, quitWithFatalError) FUNC(true, _rem_setCharacterAA) FUNC(true, _rem_setMaximumAA) |