aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/constants.h
diff options
context:
space:
mode:
authorwhiterandrek2018-05-22 08:03:37 +0300
committerEugene Sandulenko2018-06-28 23:51:32 +0200
commit82974a9ce37aba6240f7c3543947631170f012c2 (patch)
tree6aeed5f5edfb1c758b2c18b8ac224bde40eaff8c /engines/pink/constants.h
parent931d6adbcbbe063857814dc76886e9a967b2a4f3 (diff)
downloadscummvm-rg350-82974a9ce37aba6240f7c3543947631170f012c2.tar.gz
scummvm-rg350-82974a9ce37aba6240f7c3543947631170f012c2.tar.bz2
scummvm-rg350-82974a9ce37aba6240f7c3543947631170f012c2.zip
PINK: fix indentation
Diffstat (limited to 'engines/pink/constants.h')
-rw-r--r--engines/pink/constants.h178
1 files changed, 89 insertions, 89 deletions
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";