From 5e7c875b29b2dcff44201d2b6cd6815b20fb3945 Mon Sep 17 00:00:00 2001 From: Tannin Date: Wed, 25 Jun 2014 23:51:29 +0200 Subject: - test-plugins accidentally distributed in the 1.2.5 release are now automatically deleted - some fixes to the tutorial (mostly wording but also some actual problems) - bugfix: could disable mods that aren't supposed to be disable-able - bugfix: mod list wasn't saved on some changes - bugfix: when trying to start directly to application, MO didn't start up correctly - bugfix: hook.dll didn't load mod bsas into its directory structure and thus didn't allow bsas to overwrite loose files - bugfix: in some constellations the tutorial files couldn't be found despite being in the right location --- src/pluginlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pluginlist.h') diff --git a/src/pluginlist.h b/src/pluginlist.h index 57b78a12..d4a245f0 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -310,7 +310,7 @@ private: private: std::vector m_ESPs; - mutable std::map m_LastSaveHash; + mutable std::map m_LastSaveHash; std::map m_ESPsByName; std::vector m_ESPsByPriority; -- cgit v1.3.1