diff options
Diffstat (limited to 'src/resources/db')
-rw-r--r-- | src/resources/db/statuseffectdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/db/statuseffectdb.h b/src/resources/db/statuseffectdb.h index 64dca44b2..c713979fd 100644 --- a/src/resources/db/statuseffectdb.h +++ b/src/resources/db/statuseffectdb.h @@ -32,7 +32,7 @@ class StatusEffect; -typedef std::map<int, int> OptionsMap; +typedef std::map<uint32_t, uint32_t> OptionsMap; typedef OptionsMap::const_iterator OptionsMapCIter; namespace StatusEffectDB |