home · contact · privacy
Fixed README typo.
[plomrogue] / src / map_object_actions.c
index 3e9ead2e2846e09dcc2a74ab63818ad41806c519..387b18a3b5d0d8b31323d34de78120fa4e7739cf 100644 (file)
@@ -15,7 +15,7 @@
  * reach zero in the process, killing it. Generates appropriate log message.
  */
 static void actor_hits_actor(struct World * world, struct MapObj * hitter,
-                             struct MapObj * hitted)
+                             struct MapObj * hitted);