aboutsummaryrefslogtreecommitdiff
path: root/src/universe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/universe.cpp')
-rw-r--r--src/universe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/universe.cpp b/src/universe.cpp
index d5cc9e2..a31189c 100644
--- a/src/universe.cpp
+++ b/src/universe.cpp
@@ -37,7 +37,7 @@ THE SOFTWARE.
37#include "uniquekey.h" 37#include "uniquekey.h"
38 38
39// crc64/we of string "UNIVERSE_REGKEY" generated at http://www.nitrxgen.net/hashgen/ 39// crc64/we of string "UNIVERSE_REGKEY" generated at http://www.nitrxgen.net/hashgen/
40static DECLARE_CONST_UNIQUE_KEY( UNIVERSE_REGKEY, 0x9f877b2cf078f17f); 40static constexpr UniqueKey UNIVERSE_REGKEY{ 0x9f877b2cf078f17full };
41 41
42// ################################################################################################ 42// ################################################################################################
43 43