X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fmain.h;h=f3670b24324fb9286dccb9adc2697560ff1f9a75;hb=2ee362765a142ed12df2de1b7c337b46d6674395;hp=687dfc8e97f075ee4bb03d2daad8c388e4565411;hpb=2dccba703435158681552b8a8aefccab79eb13f3;p=plomrogue diff --git a/src/main.h b/src/main.h index 687dfc8..f3670b2 100644 --- a/src/main.h +++ b/src/main.h @@ -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. */