(svn r6615) - Fix (r6601): Fix bug that prevented subtypes appearing in some cases.

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
peter1138 18 years ago
parent 94c3963841
commit 869b5d3b97

@ -246,8 +246,6 @@ static RefitList *BuildRefitList(const Vehicle *v)
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 */

Loading…
Cancel
Save