OpenRCT2
OpenRCT2 copied to clipboard
Move map base z to constant
Move the MapBaseZ gamestate variable to a constant as it's value never gets changed. For https://github.com/OpenRCT2/OpenRCT2/issues/21379
I don't think that we came to a conclusion on that discussion.
Sorry, I seemed to have jumped the gun. Should I close this PR or leave it open in case that they want to move the variable to a constant?
Let’s leave this open for a bit.
We left the discussion open for a bit longer, and since no objections came forward, I think we can proceed with this.
Could you rename the MAPBASEZ
constant to kMapBaseZ
?
I have renamed it to kMapBaseZ.
Fixed now, not sure how I missed that...