home · contact · privacy
Small improvements in save_win_config() code and comments.
[plomrogue] / src / main.h
index 687dfc8e97f075ee4bb03d2daad8c388e4565411..5ef6a0e963d550cb9dcc3b22d3031d20316db4c4 100644 (file)
@@ -10,7 +10,6 @@
 #include "keybindings.h" /* for KeyBiData struct */
 struct WinMeta;
 struct WinConf;
-struct Win;
 struct Map;
 struct MapObjDef;
 struct MapObj;
@@ -25,6 +24,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. */