X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=src%2Fmap_object_actions.c;h=387b18a3b5d0d8b31323d34de78120fa4e7739cf;hb=2c2521789dc5c8bb77eb36362d4244606f878420;hp=3e9ead2e2846e09dcc2a74ab63818ad41806c519;hpb=aafa0cb49e7ec8600dad902411de6e76e111c939;p=plomrogue diff --git a/src/map_object_actions.c b/src/map_object_actions.c index 3e9ead2..387b18a 100644 --- a/src/map_object_actions.c +++ b/src/map_object_actions.c @@ -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);