1
0
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:
Gymnasiast
2021-08-29 15:50:49 +02:00
parent c81cc63b36
commit 7912e0eee4
3 changed files with 5 additions and 4 deletions

View File

@@ -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;