diff options
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/db/unitsdb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/db/unitsdb.cpp b/src/resources/db/unitsdb.cpp index efd747fcf..73952db8d 100644 --- a/src/resources/db/unitsdb.cpp +++ b/src/resources/db/unitsdb.cpp @@ -52,7 +52,7 @@ namespace { A_DEFAULT_COPY(UnitDescription) - STD_VECTOR<struct UnitLevel> levels; + STD_VECTOR<UnitLevel> levels; double conversion; bool mix; }; |