aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine.cpp')
-rw-r--r--src/engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine.cpp b/src/engine.cpp
index 970904b..07b453c 100644
--- a/src/engine.cpp
+++ b/src/engine.cpp
@@ -54,7 +54,7 @@ void Engine::init(void) {
ui::initSounds();
ui::menu::init();
game::config::update();
- getSystem<PlayerSystem>()->create();
+ PlayerSystem::create();
}
void Engine::update(entityx::TimeDelta dt)