aircraft_gui.c
changeset 2477 d454d5152386
parent 2466 2774132ebb9a
child 2498 befad2fe53d2
--- a/aircraft_gui.c	Fri Sep 30 20:51:20 2005 +0000
+++ b/aircraft_gui.c	Sat Oct 01 12:43:34 2005 +0000
@@ -128,7 +128,7 @@
 			int y = 15;
 			int sel = WP(w,buildtrain_d).sel_index;
 			int pos = w->vscroll.pos;
-			int engine_id = AIRCRAFT_ENGINES_INDEX;
+			EngineID engine_id = AIRCRAFT_ENGINES_INDEX;
 			int selected_id = -1;
 
 			do {