(svn r6615) - Fix (r6601): Fix bug that prevented subtypes appearing in some cases.
authorpeter1138
Mon, 02 Oct 2006 16:03:31 +0000
changeset 4705 b6bc2a77883d
parent 4704 3b84b962c3ed
child 4706 810128d8648a
(svn r6615) - Fix (r6601): Fix bug that prevented subtypes appearing in some cases.
vehicle_gui.c
--- a/vehicle_gui.c	Mon Oct 02 08:41:20 2006 +0000
+++ b/vehicle_gui.c	Mon Oct 02 16:03:31 2006 +0000
@@ -246,8 +246,6 @@
 					refit[num_lines].value   = callback;
 					refit[num_lines].engine  = u->engine_type;
 					num_lines++;
-
-					if (callback == CALLBACK_FAILED) break;
 				}
 
 				/* Reset the vehicle's cargo type */