diff --git a/D3D11Engine/GothicAPI.cpp b/D3D11Engine/GothicAPI.cpp index 63bbb439..01d287aa 100644 --- a/D3D11Engine/GothicAPI.cpp +++ b/D3D11Engine/GothicAPI.cpp @@ -608,6 +608,8 @@ void GothicAPI::OnLoadWorld(const std::string& levelName, int loadMode) /** Called when the game is done loading the world */ void GothicAPI::OnWorldLoaded() { + LoadCustomZENResources(); + LogInfo() << "Collecting vobs..."; static bool s_firstLoad = true;