From 73ff939ddbb4772178de68f821d9c32ded846a06 Mon Sep 17 00:00:00 2001 From: maedhros Date: Mon, 19 Mar 2007 11:27:30 +0000 Subject: (svn r9315) -Merge: The newhouses branch. With this merge comes almost complete support for the newhouses grf specs, so all newhouses grfs will be playable in the game. Many thanks to everyone who contributed code and ideas, and all the testers who found things we missed. --- src/void_map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/void_map.h') diff --git a/src/void_map.h b/src/void_map.h index 21658746e..06c2570f9 100644 --- a/src/void_map.h +++ b/src/void_map.h @@ -13,6 +13,7 @@ static inline void MakeVoid(TileIndex t) _m[t].m4 = 0; _m[t].m5 = 0; _m[t].m6 = 0; + _me[t].m7 = 0; } #endif /* VOID_MAP_H */ -- cgit v1.2.3-54-g00ecf