diff --git a/src/world_map.cc b/src/world_map.cc index 4408c33..b3bc2dd 100644 --- a/src/world_map.cc +++ b/src/world_map.cc @@ -2623,7 +2623,7 @@ int cityInit() return -1; } - if (configInit(&cfg) == -1) { + if (!configInit(&cfg)) { return -1; }