diff options
Diffstat (limited to 'src/map/storage.cpp')
-rw-r--r-- | src/map/storage.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/map/storage.cpp b/src/map/storage.cpp index 1a98d5b..1327146 100644 --- a/src/map/storage.cpp +++ b/src/map/storage.cpp @@ -29,6 +29,7 @@ #include "chrif.hpp" #include "clif.hpp" +#include "globals.hpp" #include "intif.hpp" #include "itemdb.hpp" #include "map.hpp" @@ -39,9 +40,8 @@ namespace tmwa { -static -Map<AccountId, Storage> storage_db; - +namespace map +{ void do_final_storage(void) { storage_db.clear(); @@ -311,4 +311,5 @@ int storage_storage_saved(AccountId account_id) } return 0; } +} // namespace map } // namespace tmwa |