X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2Fruntime.cpp;h=ff699794c95f15e2604a45a6ec57e9b289aab4cb;hb=65dbb0391afb6867bd9b388c6351b947a022abad;hp=32a401220215dbeeb557e3a53e9b6a5f7ccf6737;hpb=551573ecb04969696f916aeb5485658e298a7f6b;p=blank.git diff --git a/src/app/runtime.cpp b/src/app/runtime.cpp index 32a4012..ff69979 100644 --- a/src/app/runtime.cpp +++ b/src/app/runtime.cpp @@ -1,11 +1,10 @@ #include "Application.hpp" #include "Environment.hpp" -#include "PreloadState.hpp" #include "Runtime.hpp" #include "WorldState.hpp" #include "init.hpp" -#include "../world/WorldSave.hpp" +#include "../io/WorldSave.hpp" #include #include @@ -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: