1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

add new custom title sequence to celebrate 0.0.2 release

This commit is contained in:
IntelOrca
2015-06-14 21:01:48 +01:00
parent 9f0c8afb4b
commit ce924b4b1b
21 changed files with 522 additions and 164 deletions

View File

@@ -103,6 +103,15 @@ enum {
DATE_FORMAT_MDY
};
enum {
TITLE_SEQUENCE_RCT1,
TITLE_SEQUENCE_RCT1_AA,
TITLE_SEQUENCE_RCT1_AA_LL,
TITLE_SEQUENCE_RCT2,
TITLE_SEQUENCE_OPENRCT2,
TITLE_SEQUENCE_RANDOM
};
typedef struct {
uint8 play_intro;
uint8 confirmation_prompt;
@@ -134,6 +143,7 @@ typedef struct {
uint8 date_format;
uint8 auto_staff_placement;
utf8string last_run_version;
uint8 title_sequence;
} general_configuration;
typedef struct {