home · contact · privacy
Minor code-stylistic revisions to yx_uint16 library.
[plomrogue] / src / main.h
index 687dfc8e97f075ee4bb03d2daad8c388e4565411..f3670b24324fb9286dccb9adc2697560ff1f9a75 100644 (file)
@@ -25,6 +25,7 @@ struct World
     struct KeyBiData kb_wingeom;      /* Window geometry config keybindings. */
     struct KeyBiData kb_winkeys;      /* Window keybinding config keybindings.*/
     uint32_t seed;                    /* Randomness seed. */
+    uint32_t mapseed;                 /* Initial randomness seed used for map.*/
     uint32_t turn;                    /* Current game turn. */
     uint16_t score;                   /* Player's score. */
     char * log;                       /* Pointer to the game log string. */