summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-05-13 16:52:51 +0000
committerrubidium <rubidium@openttd.org>2009-05-13 16:52:51 +0000
commitd23f616e9f2a381c6431d8374d52fe13f5ad5052 (patch)
tree5ac9308cffd265676ddb867b6ad1c101f1f2982b /src/newgrf.cpp
parent3d3b5256f027a58cbbc004057659f9e5ec38c284 (diff)
downloadopenttd-d23f616e9f2a381c6431d8374d52fe13f5ad5052.tar.xz
(svn r16296) -Codechange: silence some ICC warnings
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index eb0aa5fba..08978f011 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -2976,7 +2976,7 @@ static void NewSpriteGroup(byte *buf, size_t len)
}
/* Set the terminator value. */
- ((DrawTileSeqStruct*)group->g.layout.dts->seq)[i].delta_x = (byte)0x80;
+ ((DrawTileSeqStruct*)group->g.layout.dts->seq)[i].delta_x = (int8)0x80;
break;
}