mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 20:13:07 +01:00
Fix pointer types for 64 bit builds
This commit is contained in:
@@ -144,7 +144,7 @@ void load_palette(){
|
||||
|
||||
uint32 palette = 0x5FC;
|
||||
|
||||
if ((sint32)water_type != -1){
|
||||
if ((intptr_t)water_type != -1){
|
||||
palette = water_type->image_id;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user