aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/universe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/universe.c b/src/universe.c
index ca94930..e733838 100644
--- a/src/universe.c
+++ b/src/universe.c
@@ -34,7 +34,7 @@ THE SOFTWARE.
34#include "uniquekey.h" 34#include "uniquekey.h"
35 35
36// crc64/we of string "UNIVERSE_REGKEY" generated at http://www.nitrxgen.net/hashgen/ 36// crc64/we of string "UNIVERSE_REGKEY" generated at http://www.nitrxgen.net/hashgen/
37static DECLARE_UNIQUE_KEY( UNIVERSE_REGKEY, 0x9f877b2cf078f17f); 37static DECLARE_CONST_UNIQUE_KEY( UNIVERSE_REGKEY, 0x9f877b2cf078f17f);
38 38
39// ################################################################################################ 39// ################################################################################################
40 40