summaryrefslogtreecommitdiff
path: root/roadveh_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-10-01 12:43:34 +0000
committertron <tron@openttd.org>2005-10-01 12:43:34 +0000
commit0ad3902acfe4a10d1ef31e43765cbcd7cf82eb1e (patch)
tree6eb5ead43a3cbbdd3042baf3269401e60838aebd /roadveh_cmd.c
parent42db6338505959e6f1d59986615944cc1fb0ca86 (diff)
downloadopenttd-0ad3902acfe4a10d1ef31e43765cbcd7cf82eb1e.tar.xz
(svn r3003) Change int, uint, uin16 and byte to EngineID where appropriate, plus some related changes (mostly casts)
Diffstat (limited to 'roadveh_cmd.c')
-rw-r--r--roadveh_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/roadveh_cmd.c b/roadveh_cmd.c
index db1a7778b..382f1d8da 100644
--- a/roadveh_cmd.c
+++ b/roadveh_cmd.c
@@ -77,7 +77,7 @@ int GetRoadVehImage(const Vehicle *v, byte direction)
return image;
}
-void DrawRoadVehEngine(int x, int y, int engine, uint32 image_ormod)
+void DrawRoadVehEngine(int x, int y, EngineID engine, uint32 image_ormod)
{
int spritenum = RoadVehInfo(engine)->image_index;