home · contact · privacy
Fix client crashing due to GOD_MOOD removal.
[plomrogue] / src / client / world.h
index 5c80143a2b70b1ae255ccfceaf94ae57af87ad7b..69ba6b0c3d6d6da559f691de8ae872f6fdc25311 100644 (file)
@@ -46,7 +46,6 @@ struct World
     uint16_t turn; /* world/game turn */
     uint16_t things_here_scroll; /* scroll position things here win */ // 7DRL
     int16_t player_satiation; /* player's belly fullness */
-    int16_t godsmood; /* island god's mood */ // 7DRL
     int16_t godsfavor; /* island god's favor to player */ // 7DRL
     uint8_t player_inventory_select; /* index of selected item in inventory */
     uint8_t player_lifepoints; /* how alive the player is */