Changeset - r17783:2729322e23a2
[Not reviewed]
master
0 1 0
rubidium - 13 years ago 2011-06-13 08:27:12
rubidium@openttd.org
(svn r22578) -Fix: another MSVC compile warning
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/newgrf_commons.cpp
Show inline comments
 
@@ -536,7 +536,7 @@ uint32 NewGRFSpriteLayout::PrepareLayout
 
	result->image = ground;
 
	result->delta_x = 0;
 
	result->delta_y = 0;
 
	result->delta_z = 0x80;
 
	result->delta_z = (int8)0x80;
 

	
 
	const DrawTileSeqStruct *dtss;
 
	foreach_draw_tile_seq(dtss, this->seq) {
0 comments (0 inline, 0 general)