From 5a1a735ed82f9cfb0edf2a3c015ec30f97608ace Mon Sep 17 00:00:00 2001 From: fendrin Date: Thu, 5 Jun 2014 17:03:13 +0200 Subject: [PATCH] Made the classic minimap satellite view the default. --- src/minimap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minimap.cpp b/src/minimap.cpp index e2bacd0abaf2..c0272ce597da 100644 --- a/src/minimap.cpp +++ b/src/minimap.cpp @@ -106,7 +106,7 @@ surface getMinimap(int w, int h, const gamemap &map, const team *vw, const std:: if (preferences_minimap_draw_terrain) { - if (!preferences_minimap_terrain_coding) { + if (preferences_minimap_terrain_coding) { surface surf(NULL);