home · contact · privacy
Corrected line lengths.
[plomrogue] / src / map_object_actions.h
index 6034611a7df36ddc4d0f8851f5278a72329f6b17..ae764b9f1ea746d97fd1c555f9eb003f977e3cf3 100644 (file)
@@ -11,7 +11,7 @@
 #include "yx_uint16.h" /* for yx_uint16 coordinates */
 struct World;
 struct Map;
-struct Monster;
+struct MapObj;
 
 
 
@@ -20,7 +20,7 @@ struct Monster;
  * and thereby potentially trigger the player's death. Update the log for any
  * contact action.
  */
-extern void move_monster(struct World * world, struct Monster * monster);
+extern void move_monster(struct World * world, struct MapObj * monster);