diff options
| author | Benoit 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 |
|---|---|---|
| committer | Benoit 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 |
| commit | c0e301ee71a62608deaaf1e4f5015397cc5023a9 (patch) | |
| tree | 9ef0d26f5b65df26e387032d7a37d4f991aa8500 | |
| parent | 5cb15be26174d3aa0dca2699a03baabefa147264 (diff) | |
| download | lanes-c0e301ee71a62608deaaf1e4f5015397cc5023a9.tar.gz lanes-c0e301ee71a62608deaaf1e4f5015397cc5023a9.tar.bz2 lanes-c0e301ee71a62608deaaf1e4f5015397cc5023a9.zip | |
Buildfix
| -rw-r--r-- | src/universe.c | 2 |
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/ |
| 37 | static DECLARE_UNIQUE_KEY( UNIVERSE_REGKEY, 0x9f877b2cf078f17f); | 37 | static DECLARE_CONST_UNIQUE_KEY( UNIVERSE_REGKEY, 0x9f877b2cf078f17f); |
| 38 | 38 | ||
| 39 | // ################################################################################################ | 39 | // ################################################################################################ |
| 40 | 40 | ||
