]> code.bitgloo.com Git - clyne/gamedev.git/commitdiff
updater test
authorClyne Sullivan <tullivan99@gmail.com>
Wed, 30 Nov 2016 01:46:36 +0000 (20:46 -0500)
committerClyne Sullivan <tullivan99@gmail.com>
Wed, 30 Nov 2016 01:46:36 +0000 (20:46 -0500)
src/engine.cpp
xcf/goodmtns.xcf

index 4b156f3527c1a9891a5cd5efaae9db07b14e8a72..7c9a404bf3827279926c508efbf606baffc12cbd 100644 (file)
@@ -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();
 }
index b350b23c58c1cdffdba8031f01b85ffe79343b81..e9c61e881fad6c572020282e640652dc9a0d4a17 100644 (file)
Binary files a/xcf/goodmtns.xcf and b/xcf/goodmtns.xcf differ