X-Git-Url: https://plomlompom.com/repos//%22https:/validator.w3.org/check?a=blobdiff_plain;f=src%2Fserver%2Fworld.h;h=35928096d12ea1fb86b3a169f41f3f927f34e3f5;hb=85cd980ab5f84ea2d1979ea39af6d230b2788120;hp=4318562ef437068cde27d908f35614420e8c0673;hpb=82f133cf623c2ed8450aaa3701585f873c76a091;p=plomrogue diff --git a/src/server/world.h b/src/server/world.h index 4318562..3592809 100644 --- a/src/server/world.h +++ b/src/server/world.h @@ -34,7 +34,6 @@ struct World uint16_t last_update_turn; /* Last turn the .path_out file was updated. */ uint8_t player_type; /* Thing type that player will start as. */ uint8_t is_verbose; /* Should server send debugging info to stdout? */ - uint8_t enemy_fov; /* != 0 if non-player actors only see field of view. */ }; extern struct World world;