X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fworld.h;h=69ba6b0c3d6d6da559f691de8ae872f6fdc25311;hb=219e81b4af07085781c763faa87a1cdac0a1e0dc;hp=5c80143a2b70b1ae255ccfceaf94ae57af87ad7b;hpb=5f49de1262f21edd1911fe1df8ccb214acfa208c;p=plomrogue diff --git a/src/client/world.h b/src/client/world.h index 5c80143..69ba6b0 100644 --- a/src/client/world.h +++ b/src/client/world.h @@ -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 */