forked from mirror/OpenTTD
(svn r1839) Move GetTileSlope() and GetTileZ() into tile.[ch] and use more explicit types as parameters
This commit is contained in:
@@ -253,7 +253,7 @@ void GenerateUnmovables(void)
|
||||
uint tile;
|
||||
uint32 r;
|
||||
int dir;
|
||||
int h;
|
||||
uint h;
|
||||
|
||||
if (_opt.landscape == LT_CANDY)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user