Merge branch 'enhanced_viewport_overlay-sx' into jgrpp

town_gui.cpp updated due to struct CommandContainer change.

Conflicts:
	src/command.cpp
	src/command_type.h
	src/gfxinit.cpp
	src/openttd.cpp
	src/pbs.cpp
	src/saveload/extended_ver_sl.cpp
	src/saveload/extended_ver_sl.h
	src/saveload/saveload.cpp
	src/stdafx.h
	src/train_cmd.cpp
	src/viewport_type.h
	src/window_type.h
This commit is contained in:
Jonathan G Rennison
2015-08-05 21:54:11 +01:00
110 changed files with 3527 additions and 336 deletions

View File

@@ -65,6 +65,7 @@
#include "gfx_layout.h"
#include "viewport_sprite_sorter.h"
#include "programmable_signals.h"
#include "smallmap_gui.h"
#include "linkgraph/linkgraphschedule.h"
#include "tracerestrict.h"
@@ -1192,6 +1193,8 @@ void SwitchToMode(SwitchMode new_mode)
default: NOT_REACHED();
}
SmallMapWindow::RebuildColourIndexIfNecessary();
}