changeset 17793:e9f49db78e79 draft

(svn r22578) -Fix: another MSVC compile warning
author rubidium <rubidium@openttd.org>
date Mon, 13 Jun 2011 08:27:12 +0000
parents 61d5211bf7b2
children 7718bb59cb56
files src/newgrf_commons.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/newgrf_commons.cpp
+++ b/src/newgrf_commons.cpp
@@ -536,7 +536,7 @@
 	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) {