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:
10
src/config.h
10
src/config.h
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user