home · contact · privacy
Minor comment-cosmetic corrections.
[plomrogue] / src / server / map_objects.c
index 5b5bd975cbfe9d382c4313c36be51edc5221d222..b114750eef6dfcd0478c0ff35ec0dca81d66680b 100644 (file)
@@ -48,7 +48,7 @@ static struct MapObj * get_map_object(struct MapObj * ptr, uint8_t id)
 
 
 
-static struct yx_uint16 find_passable_pos() // struct Map * map)
+static struct yx_uint16 find_passable_pos()
 {
     struct yx_uint16 pos;
     for (pos.y = pos.x = 0; 0 == is_passable(pos);)