X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fserver%2Fmap.h;fp=src%2Fserver%2Fmap.h;h=f74d85df18bd7b6305b1733949df74e52ca7a60d;hb=d92f16d5959fc846d3eaf669517eecb3969cda08;hp=74bb71ea5dfeb2660bfa126f1c428ad91df564de;hpb=273161a3d8956e98308a79169dcf7c70a89992fe;p=plomrogue diff --git a/src/server/map.h b/src/server/map.h index 74bb71e..f74d85d 100644 --- a/src/server/map.h +++ b/src/server/map.h @@ -20,8 +20,8 @@ */ extern void init_map(); -/* Check if coordinate "pos" on (or beyond) world.map is accessible to map - * object movement. +/* Check if coordinate "pos" on (or beyond) world.map is accessible to thing + * movement. */ extern uint8_t is_passable(struct yx_uint8 pos);