From 82974a9ce37aba6240f7c3543947631170f012c2 Mon Sep 17 00:00:00 2001 From: whiterandrek Date: Tue, 22 May 2018 08:03:37 +0300 Subject: PINK: fix indentation --- engines/pink/constants.h | 178 +++++++++++++++++++++++------------------------ 1 file changed, 89 insertions(+), 89 deletions(-) (limited to 'engines/pink/constants.h') diff --git a/engines/pink/constants.h b/engines/pink/constants.h index b60d53f3c5..9cc624cf64 100644 --- a/engines/pink/constants.h +++ b/engines/pink/constants.h @@ -26,126 +26,126 @@ namespace Pink { enum { - kMaxClassLength = 32, - kMaxStringLength = 128, - kNullObject = 0 + kMaxClassLength = 32, + kMaxStringLength = 128, + kNullObject = 0 }; enum { - kActionHide, - kActionLoop, - kActionPlay, - kActionPlayWithSfx, - kActionSfx, - kActionSound, - kActionStill, - kActionTalk, - kActionText, - kActor, - kAudioInfoPDAButton, - kConditionGameVariable, - kConditionInventoryItemOwner, - kConditionModuleVariable, - kConditionNotInventoryItemOwner, - kConditionNotModuleVariable, - kConditionNotPageVariable, - kConditionPageVariable, - kCursorActor, - kGamePage, - kHandlerLeftClick, - kHandlerStartPage, - kHandlerTimer, - kHandlerTimerActions, - kHandlerTimerSequences, - kHandlerUseClick, - kInventoryActor, - kInventoryItem, - kLeadActor, - kModuleProxy, - kPDAButtonActor, - kParlSqPink, - kPubPink, - kSeqTimer, - kSequence, - kSequenceAudio, - kSequenceItem, - kSequenceItemDefaultAction, - kSequenceItemLeader, - kSequenceItemLeaderAudio, - kSideEffectExit, - kSideEffectGameVariable, - kSideEffectInventoryItemOwner, - kSideEffectLocation, - kSideEffectModuleVariable, - kSideEffectPageVariable, - kSideEffectRandomPageVariable, - kSupportingActor, - kWalkAction, - kWalkLocation + kActionHide, + kActionLoop, + kActionPlay, + kActionPlayWithSfx, + kActionSfx, + kActionSound, + kActionStill, + kActionTalk, + kActionText, + kActor, + kAudioInfoPDAButton, + kConditionGameVariable, + kConditionInventoryItemOwner, + kConditionModuleVariable, + kConditionNotInventoryItemOwner, + kConditionNotModuleVariable, + kConditionNotPageVariable, + kConditionPageVariable, + kCursorActor, + kGamePage, + kHandlerLeftClick, + kHandlerStartPage, + kHandlerTimer, + kHandlerTimerActions, + kHandlerTimerSequences, + kHandlerUseClick, + kInventoryActor, + kInventoryItem, + kLeadActor, + kModuleProxy, + kPDAButtonActor, + kParlSqPink, + kPubPink, + kSeqTimer, + kSequence, + kSequenceAudio, + kSequenceItem, + kSequenceItemDefaultAction, + kSequenceItemLeader, + kSequenceItemLeaderAudio, + kSideEffectExit, + kSideEffectGameVariable, + kSideEffectInventoryItemOwner, + kSideEffectLocation, + kSideEffectModuleVariable, + kSideEffectPageVariable, + kSideEffectRandomPageVariable, + kSupportingActor, + kWalkAction, + kWalkLocation }; enum { - kCursorsCount = 11 + kCursorsCount = 11 }; enum { - kLoadingCursor = 0, - kExitForwardCursor = 1, - kExitLeftCursor = 2, - kExitRightCursor = 3, - kDefaultCursor = 4, - kClickableFirstFrameCursor = 5, - kClickableSecondFrameCursor = 6, - kNotClickableCursor = 7, - kHoldingItemCursor = 8, - kPDAFirstCursor = 9, - kPDASecondCursor = 10 + kLoadingCursor = 0, + kExitForwardCursor = 1, + kExitLeftCursor = 2, + kExitRightCursor = 3, + kDefaultCursor = 4, + kClickableFirstFrameCursor = 5, + kClickableSecondFrameCursor = 6, + kNotClickableCursor = 7, + kHoldingItemCursor = 8, + kPDAFirstCursor = 9, + kPDASecondCursor = 10 }; // values are from Hokus Pokus enum { - kPokusLoadingCursorID = 135, - kPokusExitForwardCursorID = 138, - kPokusExitLeftCursorID = 133, - kPokusExitRightCursorID = 134, - kPokusClickableFirstCursorID = 137, - kPokusClickableSecondCursorID = 136, - kPokusClickableThirdCursorID = 145, - kPokusNotClickableCursorID = 140, - kPokusHoldingItemCursorID = 147, - kPokusPDAFirstCursorID = 141, - kPokusPDASecondCursorID = 144 + kPokusLoadingCursorID = 135, + kPokusExitForwardCursorID = 138, + kPokusExitLeftCursorID = 133, + kPokusExitRightCursorID = 134, + kPokusClickableFirstCursorID = 137, + kPokusClickableSecondCursorID = 136, + kPokusClickableThirdCursorID = 145, + kPokusNotClickableCursorID = 140, + kPokusHoldingItemCursorID = 147, + kPokusPDAFirstCursorID = 141, + kPokusPDASecondCursorID = 144 }; // from Peril // it contains cursors whose ids differ enum { - kPerilClickableThirdCursorID = 140, - kPerilNotClickableCursorID = 139, - kPerilHoldingItemCursorID = 101, - kPerilPDASecondCursorID = 142 + kPerilClickableThirdCursorID = 140, + kPerilNotClickableCursorID = 139, + kPerilHoldingItemCursorID = 101, + kPerilPDASecondCursorID = 142 }; enum { - kLoadingSave = 1, - kLoadingNewGame = 0 + kLoadingSave = 1, + kLoadingNewGame = 0 }; enum { - kOrbMajorVersion = 2, - kOrbMinorVersion = 0, - kBroMajorVersion = 1, - kBroMinorVersion = 0, + kOrbMajorVersion = 2, + kOrbMinorVersion = 0, + kBroMajorVersion = 1, + kBroMinorVersion = 0, }; enum { - kTimersUpdateTime = 100, - kCursorsUpdateTime = 200 + kTimersUpdateTime = 100, + kCursorsUpdateTime = 200 }; enum { - kSampleRate = 22050 + kSampleRate = 22050 }; static const char *kPinkGame = "PinkGame"; -- cgit v1.2.3