From bf2487d0360e51506569979ab02cc2164fd5a22c Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Wed, 2 Dec 2015 20:11:03 -0800 Subject: [PATCH] Archive ed_dpi Update HECL --- DataSpec/DNAMP1/MLVL.hpp | 2 +- Editor/main.cpp | 2 +- hecl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DataSpec/DNAMP1/MLVL.hpp b/DataSpec/DNAMP1/MLVL.hpp index 839c923ac..be4f2bdea 100644 --- a/DataSpec/DNAMP1/MLVL.hpp +++ b/DataSpec/DNAMP1/MLVL.hpp @@ -26,7 +26,7 @@ struct MLVL : BigYAML Value memRelayId; Value targetId; Value msg; - Value unk; + Value active; }; Vector memRelayLinks; diff --git a/Editor/main.cpp b/Editor/main.cpp index 9549c75ca..a89c56f6d 100644 --- a/Editor/main.cpp +++ b/Editor/main.cpp @@ -31,7 +31,7 @@ struct Application : boo::IApplicationCallback unsigned dpi = m_mainWindow->getVirtualPixelFactor() * 72; HECL::CVar* cvDPI = m_cvarManager.newCVar("ed_dpi", "User-selected UI DPI", - int(dpi), HECL::CVar::EFlags::Editor); + int(dpi), HECL::CVar::EFlags::Editor | HECL::CVar::EFlags::Archive); boo::IGraphicsDataFactory* gf = m_mainWindow->getMainContextDataFactory(); m_viewResources.init(gf, &m_fontCache, dpi); diff --git a/hecl b/hecl index 7bbe4278b..44e2022c1 160000 --- a/hecl +++ b/hecl @@ -1 +1 @@ -Subproject commit 7bbe4278b5fc7c700c746896b9b758d534a9301e +Subproject commit 44e2022c1d6e8046e2806f11737b872e1e49a129