Improve town zones outer highlight speed and visuals

This commit is contained in:
dP
2019-11-04 02:27:37 +03:00
parent 0c1a29af7f
commit 43a21e96f4
11 changed files with 234 additions and 4 deletions

View File

@@ -63,6 +63,8 @@
#include "../game/game_text.hpp"
#include "../table/control_codes.h"
#include "../citymania/zoning.hpp"
#include "saveload_internal.h"
#include <signal.h>
@@ -3267,6 +3269,7 @@ bool AfterLoadGame()
AfterLoadLinkGraphs();
AfterLoadFindBTProCBInfo();
citymania::InitializeZoningMap();
return true;
}