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