From ca2ee02496f232a53ed6c96bd296e0941da636f6 Mon Sep 17 00:00:00 2001 From: yinsimei Date: Mon, 29 May 2017 08:02:59 +0200 Subject: SLUDGE: code formatting --- engines/sludge/CommonCode/functionlist.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'engines/sludge/CommonCode') 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) -- cgit v1.2.3