1
0
Fork 0

(svn r22578) -Fix: another MSVC compile warning

release/1.2
rubidium 2011-06-13 08:27:12 +00:00
parent dc74518b96
commit 52e40e7cbd
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ uint32 NewGRFSpriteLayout::PrepareLayout(uint32 orig_offset, uint32 newgrf_groun
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) {