mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 22:34:33 +01:00
Use constants for .PARK magic value
This commit is contained in:
@@ -71,8 +71,6 @@ static void UpdateFootpathsFromMapping(
|
||||
|
||||
namespace OpenRCT2
|
||||
{
|
||||
constexpr uint32_t PARK_FILE_MAGIC = 0x4B524150; // PARK
|
||||
|
||||
// Current version that is saved.
|
||||
constexpr uint32_t PARK_FILE_CURRENT_VERSION = 0x3;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user