Rename citymania zoning to highlight
This commit is contained in:
@@ -614,8 +614,8 @@ zoning_cmd.cpp
|
||||
bitstream.cpp
|
||||
citymania/base64.h
|
||||
citymania/base64.cpp
|
||||
citymania/zoning.hpp
|
||||
citymania/zoning.cpp
|
||||
citymania/highlight.hpp
|
||||
citymania/highlight.cpp
|
||||
newgrf_revisions.hpp
|
||||
|
||||
# Save/Load handlers
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "../stdafx.h"
|
||||
|
||||
#include "zoning.hpp"
|
||||
#include "highlight.hpp"
|
||||
|
||||
#include "../core/math_func.hpp"
|
||||
#include "../house.h"
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
#include <bitset>
|
||||
|
||||
#include "citymania/zoning.hpp"
|
||||
#include "citymania/highlight.hpp"
|
||||
|
||||
#include "safeguards.h"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "core/alloc_func.hpp"
|
||||
#include "water_map.h"
|
||||
#include "string_func.h"
|
||||
#include "citymania/zoning.hpp"
|
||||
#include "citymania/highlight.hpp"
|
||||
|
||||
#include "safeguards.h"
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
|
||||
#include "linkgraph/linkgraphschedule.h"
|
||||
|
||||
#include "citymania/zoning.hpp"
|
||||
#include "citymania/highlight.hpp"
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <system_error>
|
||||
|
||||
@@ -83,4 +83,4 @@ const byte _openttd_revision_tagged = 1;
|
||||
const uint32 _openttd_newgrf_version = 1 << 28 | 10 << 24 | 0 << 20 | 0 << 19 | 28004;
|
||||
|
||||
|
||||
const char _citymania_version[] = "20200206-master-me7f1df5454 06.02.20";
|
||||
const char _citymania_version[] = "20200207-master-m0455a24b30 07.02.20";
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
#include "../game/game_text.hpp"
|
||||
#include "../table/control_codes.h"
|
||||
|
||||
#include "../citymania/zoning.hpp"
|
||||
#include "../citymania/highlight.hpp"
|
||||
|
||||
#include "saveload_internal.h"
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
#include <set>
|
||||
#include <vector>
|
||||
|
||||
#include "citymania/zoning.hpp"
|
||||
#include "citymania/highlight.hpp"
|
||||
|
||||
#include "safeguards.h"
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
#include "table/strings.h"
|
||||
#include "table/town_land.h"
|
||||
|
||||
#include "citymania/zoning.hpp"
|
||||
#include "citymania/highlight.hpp"
|
||||
|
||||
#include "safeguards.h"
|
||||
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
#include "zoning.h"
|
||||
#include "industry_type.h"
|
||||
|
||||
#include "citymania/zoning.hpp"
|
||||
#include "citymania/highlight.hpp"
|
||||
|
||||
#include "safeguards.h"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
|
||||
#include "citymania/zoning.hpp"
|
||||
#include "citymania/highlight.hpp"
|
||||
|
||||
|
||||
Zoning _zoning = {CHECKNOTHING, CHECKNOTHING};
|
||||
|
||||
Reference in New Issue
Block a user