From 0cc45ecd8edb44a860470cd906f89ccb3fcd6203 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 1 Oct 2005 12:43:34 +0000 Subject: (svn r3003) Change int, uint, uin16 and byte to EngineID where appropriate, plus some related changes (mostly casts) --- roadveh_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roadveh_gui.c') diff --git a/roadveh_gui.c b/roadveh_gui.c index e107dc2d4..8d82a2949 100644 --- a/roadveh_gui.c +++ b/roadveh_gui.c @@ -411,7 +411,7 @@ static void DrawNewRoadVehWindow(Window *w) int y = 15; int sel = WP(w,buildtrain_d).sel_index; int pos = w->vscroll.pos; - int engine_id = ROAD_ENGINES_INDEX; + EngineID engine_id = ROAD_ENGINES_INDEX; int selected_id = -1; do { -- cgit v1.2.3-54-g00ecf