forked from mirror/OpenTTD
(svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map.
This commit is contained in:
@@ -96,6 +96,7 @@ static inline uint32 CommandFlagsToDCFlags(uint cmd_flags)
|
||||
uint32 flags = 0;
|
||||
if (cmd_flags & CMD_NO_WATER) flags |= DC_NO_WATER;
|
||||
if (cmd_flags & CMD_AUTO) flags |= DC_AUTO;
|
||||
if (cmd_flags & CMD_ALL_TILES) flags |= DC_ALL_TILES;
|
||||
return flags;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user