X-Git-Url: https://plomlompom.com/repos/test.html?a=blobdiff_plain;f=src%2Fserver%2Fworld.h;h=ed019f2fb25742f9e64b944d9eef71b3ac723119;hb=8bdc3ca1ee8ef89c0d9a6bce35bead180ce67893;hp=dcd672aa38c1de2cf1abad5954fb9a6562828b3b;hpb=87aec00b668777cef82a9a43e490563e9c90f039;p=plomrogue diff --git a/src/server/world.h b/src/server/world.h index dcd672a..ed019f2 100644 --- a/src/server/world.h +++ b/src/server/world.h @@ -37,6 +37,7 @@ struct World uint16_t replay; /* Turn up to which to replay game. No replay if zero. */ uint16_t turn; /* Current game turn. */ uint16_t last_update_turn; /* Last turn the .path_out file was updated. */ + uint8_t player_type; /* Map object type that player will start as. */ uint8_t is_verbose; /* Should server send debugging info to stdout? */ uint8_t map_obj_count; /* Counts map objects generated so far. */ };