[Maps] Add temporary workaround to force model drawing

This commit is contained in:
momo5502 2017-03-19 00:31:47 +01:00
parent f2dcab13e1
commit df59a4089e

View File

@ -465,6 +465,11 @@ namespace Components
{ {
AssertSize(Game::XAssetEntry, 16); AssertSize(Game::XAssetEntry, 16);
Command::Add("skipModel", [](Command::Params*)
{
Utils::Hook::Nop(0x541F02, 6);
});
Maps::EntryPool.clear(); Maps::EntryPool.clear();
if (ZoneBuilder::IsEnabled()) if (ZoneBuilder::IsEnabled())