HannahNBogen / OpenRCT2

An open source re-implementation of RollerCoaster Tycoon 2 🎢
https://openrct2.io
GNU General Public License v3.0
0 stars 0 forks source link

Black tiles break when loading #15

Closed kathyfreund closed 4 years ago

kathyfreund commented 4 years ago

Steps to reproduce:

  1. Load saved game where labyrinths were used as black tiles
  2. tiles should look disproportionate or look weird overall
kathyfreund commented 4 years ago

reverted to old working commit and added minor changes: moved RIDE_TYPE_MAZE check outside initial RIDE_TYPE_MULTI_DIMENSION_ROLLER_COASTER. get_ride(dst2->GetRideIndex()) always returned a null pointer so changed that over to check ride type instead. dca8b57

HannahNBogen commented 4 years ago

Which ones are the black tiles?

HannahNBogen commented 4 years ago

Oh nevermind, I see

kathyfreund commented 4 years ago

Essentially placeholders

kathyfreund commented 4 years ago

example.zip Here's an example if you wanna play around with it in your branch though

HannahNBogen commented 4 years ago

Cool, thanks. It worked for me