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 authored and irydacea committed Jul 14, 2014
1 parent 22c7025 commit 5a1a735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minimap.cpp
Expand Up @@ -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);

Expand Down

0 comments on commit 5a1a735

Please sign in to comment.