diff -r 84930de386a9 -r 97ada3bd2702 road_cmd.c --- a/road_cmd.c Fri Oct 21 12:24:55 2005 +0000 +++ b/road_cmd.c Sat Oct 22 06:39:32 2005 +0000 @@ -745,7 +745,8 @@ #include "table/road_land.h" -uint GetRoadFoundation(uint tileh, uint bits) { +uint GetRoadFoundation(uint tileh, uint bits) +{ int i; // normal level sloped building if ((~_valid_tileh_slopes_road[1][tileh] & bits) == 0)