rename area -> floor in most places

This commit is contained in:
Martin Michelsen
2023-11-13 17:25:16 -08:00
parent 8d4c9ca93a
commit 1ca0e928a4
21 changed files with 285 additions and 283 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ struct Client : public std::enable_shared_from_this<Client> {
int32_t sub_version;
float x;
float z;
uint32_t area;
uint32_t floor;
std::weak_ptr<Lobby> lobby;
uint8_t lobby_client_id;
uint8_t lobby_arrow_color;