X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/form?a=blobdiff_plain;f=src%2Fclient%2Fworld.h;h=5d5017317991abb586d4548ffad9ba234a360b46;hb=f03b7048321546b45763441cd1f2b34813524bc7;hp=8d490c85d9bd359c4330e492a88d8e8420df7627;hpb=7433f56ec2c6cc51bc497e3c0c67d2fe3e6ab64a;p=plomrogue diff --git a/src/client/world.h b/src/client/world.h index 8d490c8..5d50173 100644 --- a/src/client/world.h +++ b/src/client/world.h @@ -38,6 +38,7 @@ struct World uint8_t player_inventory_select; /* index of selected item in inventory */ uint8_t player_lifepoints; /* how alive the player is */ uint8_t winch; /* if set, SIGWINCH was registered; trigger reset_windows()*/ + uint8_t focus_each_turn; /* if !0, re-focus map on player each new turn */ };