X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2Fruntime.cpp;h=85d8280987b8459f3e50fbaac37d026a5924a92a;hb=5cd73a8f2b40e59ec13aa2a6af33bc8e2a6b9a6c;hp=32a401220215dbeeb557e3a53e9b6a5f7ccf6737;hpb=551573ecb04969696f916aeb5485658e298a7f6b;p=blank.git diff --git a/src/app/runtime.cpp b/src/app/runtime.cpp index 32a4012..85d8280 100644 --- a/src/app/runtime.cpp +++ b/src/app/runtime.cpp @@ -1,6 +1,5 @@ #include "Application.hpp" #include "Environment.hpp" -#include "PreloadState.hpp" #include "Runtime.hpp" #include "WorldState.hpp" @@ -244,9 +243,6 @@ int Runtime::Execute() { WorldState world_state(env, config.interface, config.world, save); app.PushState(&world_state); - PreloadState preloader(env, world_state.GetWorld().Loader()); - app.PushState(&preloader); - switch (mode) { default: case NORMAL: