summaryrefslogtreecommitdiff
path: root/src/units.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-12-25 03:08:37 +0300
committerAndrei Karas <akaras@inbox.ru>2012-12-25 03:08:37 +0300
commit39029943851dfc318fabb95357e00b81d2735547 (patch)
treedfd195791587c51e6dca166dda8a016a1760d3bf /src/units.cpp
parent10f59701112130cf953a2af7ef4ae82d9d823fe6 (diff)
downloadManaVerse-39029943851dfc318fabb95357e00b81d2735547.tar.gz
ManaVerse-39029943851dfc318fabb95357e00b81d2735547.tar.bz2
ManaVerse-39029943851dfc318fabb95357e00b81d2735547.tar.xz
ManaVerse-39029943851dfc318fabb95357e00b81d2735547.zip
Improve empty strings manipulation.
Diffstat (limited to 'src/units.cpp')
-rw-r--r--src/units.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/units.cpp b/src/units.cpp
index aa532ed36..bfe14276e 100644
--- a/src/units.cpp
+++ b/src/units.cpp
@@ -157,7 +157,7 @@ void Units::loadUnits()
// Add one more level for saftey
struct UnitLevel lev;
- lev.symbol = "";
+ lev.symbol.clear();
lev.count = INT_MAX;
lev.round = 0;