Merge branch 'save_ext' into jgrpp

# Conflicts:
#	config.lib
#	src/misc_gui.cpp
#	src/network/network_gui.cpp
#	src/settings_type.h
#	src/smallmap_gui.cpp
#	src/smallmap_gui.h
#	src/station_cmd.cpp
#	src/toolbar_gui.cpp
#	src/vehicle_gui.cpp
#	src/window.cpp
This commit is contained in:
Jonathan G Rennison
2019-01-14 00:01:44 +00:00
147 changed files with 1026 additions and 330 deletions

View File

@@ -132,9 +132,9 @@ static inline void SetTileType(TileIndex tile, TileType type)
}
/**
* Checks if a tile is a give tiletype.
* Checks if a tile is a given tiletype.
*
* This function checks if a tile got the given tiletype.
* This function checks if a tile has the given tiletype.
*
* @param tile The tile to check
* @param type The type to check against