home · contact · privacy
Server: Remove superfluous empty line in code.
authorChristian Heller <c.heller@plomlompom.de>
Tue, 29 Jul 2014 04:16:01 +0000 (06:16 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 29 Jul 2014 04:16:01 +0000 (06:16 +0200)
src/server/ai.c

index 4789c41cf1d797cbc360761469c41cb2da7a1a30..31bc55ce1e5ff1b61061270963edc8c6abd6d78a 100644 (file)
@@ -133,7 +133,6 @@ static char get_dir_to_nearest_enemy(struct Thing * t_origin)
     for (i = 0; i < map_size; i++)
     {
         score_map[i] = t_origin->fov_map[i] & VISIBLE ? max_score : UINT16_MAX;
-
     }
     struct Thing * t = world.things;
     for (; t != NULL; t = t->next)