mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-22 15:23:01 +01:00
place custom real parks in real parks for source mode
This commit is contained in:
@@ -174,8 +174,12 @@ static void scenario_list_add(const utf8 *path, uint64 timestamp)
|
||||
newEntry->category = desc.category;
|
||||
} else {
|
||||
newEntry->source_index = -1;
|
||||
if (newEntry->category == SCENARIO_CATEGORY_REAL) {
|
||||
newEntry->source_game = SCENARIO_SOURCE_REAL;
|
||||
} else {
|
||||
newEntry->source_game = SCENARIO_SOURCE_OTHER;
|
||||
}
|
||||
}
|
||||
|
||||
// Translate scenario name and details
|
||||
utf8 filenameWithoutExtension[MAX_PATH];
|
||||
|
||||
Reference in New Issue
Block a user