From 689a31580c9f8a88c9d6ca14a95935895d17d502 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Wed, 4 Sep 2013 17:03:00 +0200 Subject: [PATCH] Beautify constant --- src/filesystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filesystem.cpp b/src/filesystem.cpp index 0b34b2f6..5086b377 100644 --- a/src/filesystem.cpp +++ b/src/filesystem.cpp @@ -85,7 +85,7 @@ readUint32(PHYSFS_Io *io, uint32_t &result) } #define RGSS_HEADER_1 0x53534752 -#define RGSS_HEADER_2 0x1004441 +#define RGSS_HEADER_2 0x01004441 #define RGSS_MAGIC 0xDEADCAFE