mirror of https://github.com/OpenTTD/OpenTTD
(svn r22578) -Fix: another MSVC compile warning
parent
dc74518b96
commit
52e40e7cbd
|
@ -536,7 +536,7 @@ uint32 NewGRFSpriteLayout::PrepareLayout(uint32 orig_offset, uint32 newgrf_groun
|
||||||
result->image = ground;
|
result->image = ground;
|
||||||
result->delta_x = 0;
|
result->delta_x = 0;
|
||||||
result->delta_y = 0;
|
result->delta_y = 0;
|
||||||
result->delta_z = 0x80;
|
result->delta_z = (int8)0x80;
|
||||||
|
|
||||||
const DrawTileSeqStruct *dtss;
|
const DrawTileSeqStruct *dtss;
|
||||||
foreach_draw_tile_seq(dtss, this->seq) {
|
foreach_draw_tile_seq(dtss, this->seq) {
|
||||||
|
|
Loading…
Reference in New Issue