File diff r3932:71f9d9da69b4 → r3933:400e9c30928e
landscape.c
Show inline comments
 
@@ -2,6 +2,7 @@
 

	
 
#include "stdafx.h"
 
#include "openttd.h"
 
#include "bridge_map.h"
 
#include "clear_map.h"
 
#include "functions.h"
 
#include "map.h"
 
@@ -387,6 +388,8 @@ void InitializeLandscape(void)
 
		for (x = 0; x < maxx; x++) {
 
			MakeClear(sizex * y + x, CLEAR_GRASS, 3);
 
			SetTileHeight(sizex * y + x, 0);
 
			_m[sizex * y + x].extra = 0;
 
			ClearBridgeMiddle(sizex * y + x);
 
		}
 
		MakeVoid(sizex * y + x);
 
	}