Skip to content

Commit

Permalink
Norm ok
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkosComK committed Sep 13, 2024
1 parent c380010 commit 12f9e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bonus/checkers/validate_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ int map_components(t_map map)
else if (map.data[i][j] == 'E')
map.exits++;
else if (map.data[i][j] == 'H')
continue ;
continue ;
else if (map.data[i][j] != '0' && map.data[i][j] != '1')
return (0);
}
Expand Down

0 comments on commit 12f9e6d

Please sign in to comment.