Move ToonTowner mine roofs to mine theme instead of pirate theme

This commit is contained in:
Basssiiie 2021-07-31 11:00:41 +02:00 committed by GitHub
parent 292b8b9ab7
commit 15423acf4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
- Feature: [#15084] [Plugin] Add "vehicle.crash" hook
- Fix: [#14316] Closing the Track Designs Manager window causes broken state.
- Fix: [#15096] Crash when placing entrances in the scenario editor near the map corner.
- Fix: [#15142] ToonTowner's mine roofs were moved into the pirate theme scenery group instead of the mine theme scenery group.
- Improved: [#3417] Crash dumps are now placed in their own folder.
0.3.4.1 (2021-07-25)

View File

@ -215,7 +215,7 @@ ObjectEntryDescriptor SmallSceneryObject::GetScgPiratHeader() const
ObjectEntryDescriptor SmallSceneryObject::GetScgMineHeader() const
{
return ObjectEntryDescriptor("rct2.scgpirat");
return ObjectEntryDescriptor("rct2.scgmine");
}
ObjectEntryDescriptor SmallSceneryObject::GetScgAbstrHeader() const