fixed spelling of deperecated
This commit is contained in:
parent
2c2d81181b
commit
eeeb3a3e74
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ bool gamemap::terrain_matches_filter(const gamemap::location& loc, const config&
|
|||
*/
|
||||
#ifdef TERRAIN_TRANSLATION_COMPATIBLE
|
||||
if(terrain_format == 0 || terrain_format == -1) {
|
||||
std::cerr << "Warning deappreciated terrain format in filter_location \n";
|
||||
std::cerr << "Warning deprecated terrain format in filter_location \n";
|
||||
|
||||
const std::string& terrain = cfg["terrain"];
|
||||
// Any of these may be a CSV
|
||||
|
|
Loading…
Add table
Reference in a new issue