From 6c841728e7b0ff147f86e9fa2111428e5b939451 Mon Sep 17 00:00:00 2001 From: DudeMcDude Date: Fri, 12 Aug 2016 16:42:53 +0300 Subject: [PATCH] Added Fog of War option to House Rules --- Configurator/HouseRulesWindow.xaml | 4 ++ Configurator/IniViewModel.cs | 51 ++++++++++++++++++++++ TemplePlus/config/config.cpp | 3 +- TemplePlus/config/config.h | 3 +- TemplePlus/gamesystems/mapsystem.cpp | 18 +++++++- TemplePlus/gamesystems/mapsystem_hooks.cpp | 5 ++- TemplePlus/temple_main.cpp | 3 +- 7 files changed, 81 insertions(+), 6 deletions(-) diff --git a/Configurator/HouseRulesWindow.xaml b/Configurator/HouseRulesWindow.xaml index 98b84ac5a..4f15fe9e5 100644 --- a/Configurator/HouseRulesWindow.xaml +++ b/Configurator/HouseRulesWindow.xaml @@ -14,6 +14,10 @@