aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/engine.cpp4
-rw-r--r--xcf/goodmtns.xcfbin1637937 -> 344261 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/src/engine.cpp b/src/engine.cpp
index 4b156f3..7c9a404 100644
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -20,7 +20,7 @@ void Engine::init(void) {
systems.add<WindowSystem>();
systems.add<RenderSystem>();
systems.add<InputSystem>();
- systems.add<InventorySystem>();
+ //systems.add<InventorySystem>();
systems.add<WorldSystem>();
systems.add<PlayerSystem>();
@@ -39,7 +39,7 @@ void Engine::render(entityx::TimeDelta dt)
{
systems.update<RenderSystem>(dt);
systems.update<WindowSystem>(dt);
- systems.update<InventorySystem>(dt);
+ //systems.update<InventorySystem>(dt);
ui::fadeUpdate();
}
diff --git a/xcf/goodmtns.xcf b/xcf/goodmtns.xcf
index b350b23..e9c61e8 100644
--- a/xcf/goodmtns.xcf
+++ b/xcf/goodmtns.xcf
Binary files differ