aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index bcec5ab..51a5776 100644
--- a/main.cpp
+++ b/main.cpp
@@ -106,6 +106,8 @@ int main(int argc, char *argv[])
WorldSystem::loader();
+ InventorySystem::load();
+
/////////////////////////////
// //
// actually start the game //
@@ -172,6 +174,7 @@ int main(int argc, char *argv[])
// save
game::briceSave();
+ InventorySystem::save();
WorldSystem::save();
// exit