tubbo / openrct2-benchwarmer

An OpenRCT2 plugin that adds alternating benches and bins to your park's footpaths with a single click.
MIT License
38 stars 9 forks source link

Resolve Type Checks After Queue Lines Fix #69

Closed tubbo closed 1 year ago

tubbo commented 1 year ago

Since #55 was fixed, there has been a type error in the compiler, preventing builds and dependency updates. My fault for not noticing this, but this should effectively be the same thing without the type issues since it's not relying on the whole bitwise and/or thing to cast types in the runtime.