From d95c3b7924892626fb727a361c1935532cfdb73f Mon Sep 17 00:00:00 2001 From: ThielHater Date: Fri, 23 Dec 2016 00:18:27 +0100 Subject: [PATCH] load vegetation automatically --- D3D11Engine/GothicAPI.cpp | 2 ++ 1 file changed, 2 insertions(+) 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;