From 0b936c3222b3945f738885c6c7db3b46363ec6fe Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 22 Oct 2005 06:39:32 +0000 Subject: (svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in comments, excess empty lines, minor other changes nothing spectacular, just some stuff, which piled up --- road_cmd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'road_cmd.c') diff --git a/road_cmd.c b/road_cmd.c index 3137e2fd0..5275d461b 100644 --- a/road_cmd.c +++ b/road_cmd.c @@ -745,7 +745,8 @@ typedef struct DrawRoadSeqStruct { #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) -- cgit v1.2.3-54-g00ecf