X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fclient%2Fworld.h;h=80fae714974463649060b0672f48ddb68630303c;hb=52d7524ce047cd16192bb83bea15d36a90bb2a9f;hp=e17ab0960af7725e6d63a36509d652484654e3d9;hpb=dd9d65ee727ac7e95801da0f8b5bae7009811802;p=plomrogue diff --git a/src/client/world.h b/src/client/world.h index e17ab09..80fae71 100644 --- a/src/client/world.h +++ b/src/client/world.h @@ -36,6 +36,7 @@ struct World uint8_t halfdelay; uint8_t player_inventory_select; uint8_t player_lifepoints; + uint8_t winch; /* if set, SIGWINCH was registered; trigger reset_windows()*/ };