mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-26 15:09:59 +01:00
(svn r22578) -Fix: another MSVC compile warning
This commit is contained in:
parent
dc74518b96
commit
52e40e7cbd
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user