home · contact · privacy
Unify Map struct common to server and client in src/common/map.h.
[plomrogue] / src / server / map.c
index 52a9b0b7d11bdefafc9d4d7b3580101d69073ced..464f6e2b3ac0060df3ac96952de556ba28228306 100644 (file)
@@ -163,4 +163,3 @@ extern uint16_t yx_to_map_pos(struct yx_uint8 * yx)
 {
     return (yx->y * world.map.size.x) + yx->x;
 }
-