Skip to content

Commit

Permalink
Merge pull request #368 from REGoth-project/updated-zenlib
Browse files Browse the repository at this point in the history
updated zenlib
  • Loading branch information
ataulien authored Jan 10, 2019
2 parents 1315c25 + ef1cc3b commit 65c72f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ZenLib
1 change: 0 additions & 1 deletion src/engine/BaseEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ void BaseEngine::initEngine(int argc, char** argv)
LogInfo() << "Initializing...";

m_Args.gameBaseDirectory = ".";
m_FileIndex.Init(argv[0]);
//m_Args.startupZEN = "addonworld.zen";

if (Flags::startG1.isSet())
Expand Down
1 change: 1 addition & 0 deletions src/target/REGoth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ void REGoth::init(int _argc, char** _argv)
Meshes::PositionUVVertex2D::init();
Meshes::SkeletalVertex::init();

VDFS::FileIndex::initVDFS(_argv[0]);
m_pEngine = new Engine::GameEngine;

#if BX_PLATFORM_ANDROID
Expand Down

0 comments on commit 65c72f0

Please sign in to comment.