Engine: Switch to ruc's singleton

This commit is contained in:
Riyyi
2022-09-26 13:00:00 +02:00
parent 2f1c6b5e75
commit 4af037a7fb
15 changed files with 54 additions and 76 deletions
-1
View File
@@ -10,6 +10,5 @@ public:
Inferno::Application& Inferno::createApplication()
{
Game::initialize();
return Game::the();
}