Changeset - r1248:498f8e1923d9
[Not reviewed]
master
0 3 0
darkvater - 19 years ago 2005-01-31 11:33:21
darkvater@openttd.org
(svn r1752) - Fix: MSVC acting up once again, as well as project file updates for the missing files.
3 files changed with 16 insertions and 2 deletions:
0 comments (0 inline, 0 general)
npf.c
Show inline comments
 
@@ -764,10 +764,10 @@ void NPFFillWithOrderData(NPFFindStation
 
	 * So only for train orders to stations we fill fstd->station_index, for all
 
	 * others only dest_coords */
 
	if ((v->current_order.type) == OT_GOTO_STATION && v->type == VEH_Train) {
 
		const Station* st = GetStation(v->current_order.station);
 
		TileIndexDiffC center = {st->trainst_w/2, st->trainst_h/2};
 
		fstd->station_index = v->current_order.station;
 
		/* Let's take the center of the station as our target tile for trains */
 
		Station* st = GetStation(v->current_order.station);
 
		TileIndexDiffC center = {st->trainst_w/2, st->trainst_h/2};
 
		fstd->dest_coords = TILE_ADD(st->train_tile, ToTileIndexDiff(center));
 
	} else {
 
		fstd->dest_coords = v->dest_tile;
ttd.dsp
Show inline comments
 
@@ -265,6 +265,10 @@ SOURCE=.\newgrf.c
 
# End Source File
 
 
# Begin Source File
 
SOURCE=.\npf.c
 
# End Source File
 
 
# Begin Source File
 
SOURCE=.\oldloader.c
 
# End Source File
 
 
@@ -502,6 +506,10 @@ SOURCE=.\news.h
 
# End Source File
 
 
# Begin Source File
 
SOURCE=.\npf.h
 
# End Source File
 
 
# Begin Source File
 
SOURCE=.\pathfind.h
 
# End Source File
 
ttd.vcproj
Show inline comments
 
@@ -601,6 +601,9 @@
 
				RelativePath=".\newgrf.c">
 
			</File>
 
			<File
 
				RelativePath=".\npf.c">
 
			</File>
 
			<File
 
				RelativePath="oldloader.c">
 
				<FileConfiguration
 
					Name="Release|Win32">
 
@@ -1212,6 +1215,9 @@
 
				RelativePath="news.h">
 
			</File>
 
			<File
 
				RelativePath=".\npf.h">
 
			</File>
 
			<File
 
				RelativePath="pathfind.h">
 
			</File>
 
			<File
0 comments (0 inline, 0 general)