aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBenoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m>2018-10-30 15:34:01 +0100
committerBenoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m>2018-10-30 15:34:01 +0100
commitc0e301ee71a62608deaaf1e4f5015397cc5023a9 (patch)
tree9ef0d26f5b65df26e387032d7a37d4f991aa8500 /src
parent5cb15be26174d3aa0dca2699a03baabefa147264 (diff)
downloadlanes-c0e301ee71a62608deaaf1e4f5015397cc5023a9.tar.gz
lanes-c0e301ee71a62608deaaf1e4f5015397cc5023a9.tar.bz2
lanes-c0e301ee71a62608deaaf1e4f5015397cc5023a9.zip
Buildfix
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