X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fserver%2Fworld.h;h=f6deb103370982693ffae738b54dbc26a0482f88;hb=36519c3ce33ac973889e92971abded12b51f04db;hp=eedb2e36d11e072849e49e69bd92a9c7e9a4e9aa;hpb=2b2a1e0169b3a863fd87b679d789a4e2b789eb67;p=plomrogue diff --git a/src/server/world.h b/src/server/world.h index eedb2e3..f6deb10 100644 --- a/src/server/world.h +++ b/src/server/world.h @@ -29,7 +29,6 @@ struct World struct Thing * things; /* All physical things of the game world. */ char * server_test; /* String uniquely identifying server process. */ char * queue; /* Stores un-processed messages read from the input file. */ - uint32_t queue_size;/* Length of .queue sequence of \0-terminated strings.*/ uint32_t seed; /* Randomness seed. */ uint32_t seed_map; /* Map seed. */ uint16_t replay; /* Turn up to which to replay game. No replay if zero. */