X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance2?a=blobdiff_plain;f=src%2Fserver%2Fthing_actions.c;h=df516e45864f2c076b4fd162eec2f96400f1713d;hb=f6615d3be438bbca4997c38c546c0d8724da80d4;hp=627235c7b04728adc0b47ea90ec9c9ade9da26ec;hpb=9f1f36adb18c45b1b834162b0f23b2847627e538;p=plomrogue diff --git a/src/server/thing_actions.c b/src/server/thing_actions.c index 627235c..df516e4 100644 --- a/src/server/thing_actions.c +++ b/src/server/thing_actions.c @@ -8,7 +8,7 @@ #include /* strlen(), memcpy(), strncmp() */ #include "../common/rexit.h" /* exit_trouble() */ #include "../common/try_malloc.h" /* try_malloc() */ -#include "../common/yx_uint8.h" /* struct yx_uint8 */ +#include "../common/yx_uint8.h" /* yx_uint8 */ #include "field_of_view.h" /* build_fov_map() */ #include "hardcoded_strings.h" /* s */ #include "things.h" /* Thing, ThingType, get_player(), own_thing(),