Skip to content

Commit

Permalink
Made the classic minimap satellite view the default.
Browse files Browse the repository at this point in the history
  • Loading branch information
fendrin committed Jun 5, 2014
1 parent 451b98b commit 706cb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minimap.cpp
Expand Up @@ -104,7 +104,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);

Expand Down

0 comments on commit 706cb6d

Please sign in to comment.