From 4a6a7f34481109b17ced9ee67954079075853807 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Sat, 15 Jan 2011 06:34:24 +0200 Subject: [PATCH] Fixed country Deletion --- storage/country.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/storage/country.cpp b/storage/country.cpp index ecf301a71d..a37a5e8823 100644 --- a/storage/country.cpp +++ b/storage/country.cpp @@ -57,8 +57,7 @@ namespace storage { if (IsTileDownloaded(tile)) m_localSize += tile.second; - else - m_remoteSize += tile.second; + m_remoteSize += tile.second; } };