From e5feb689dfa8afc3d6af3ae6e66343cfc61b855c Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Sat, 24 Jan 2009 21:03:44 +0000 Subject: added detection entry for playable demo and some code differences svn-id: r36044 --- engines/tucker/tucker.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'engines/tucker/tucker.h') diff --git a/engines/tucker/tucker.h b/engines/tucker/tucker.h index 0050961827..c9decaa13a 100644 --- a/engines/tucker/tucker.h +++ b/engines/tucker/tucker.h @@ -175,7 +175,8 @@ enum { kScreenHeight = 200, kScreenPitch = 640, kFadePaletteStep = 5, - kStartupLocation = 1, + kStartupLocationDemo = 9, + kStartupLocationGame = 1, kDefaultCharSpeechSoundCounter = 1, kMaxSoundVolume = 127, kLastSaveSlot = 99 @@ -205,7 +206,8 @@ enum InputKey { enum GameFlag { kGameFlagDemo = 1 << 0, kGameFlagEncodedData = 1 << 1, - kGameFlagNoSubtitles = 1 << 2 + kGameFlagNoSubtitles = 1 << 2, + kGameFlagIntroOnly = 1 << 3 }; inline int scaleMixerVolume(int volume, int max = 100) { -- cgit v1.2.3