File diff r27165:ea28ecab6159 → r27166:64e04a3ef9b1
src/saveload/waypoint_sl.cpp
Show inline comments
 
@@ -11,12 +11,13 @@
 
#include "../waypoint_base.h"
 
#include "../debug.h"
 
#include "../newgrf_station.h"
 
#include "../vehicle_base.h"
 
#include "../town.h"
 
#include "../newgrf.h"
 
#include "../timer/timer_game_calendar.h"
 

	
 
#include "table/strings.h"
 

	
 
#include "saveload_internal.h"
 

	
 
#include "../safeguards.h"
 
@@ -28,13 +29,13 @@ struct OldWaypoint {
 
	TownID town_index;
 
	Town *town;
 
	uint16 town_cn;
 
	StringID string_id;
 
	std::string name;
 
	uint8 delete_ctr;
 
	Date build_date;
 
	TimerGameCalendar::Date build_date;
 
	uint8 localidx;
 
	uint32 grfid;
 
	const StationSpec *spec;
 
	Owner owner;
 

	
 
	size_t new_index;