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

pull/155/head
peter1138 18 years ago
parent b20a23d25d
commit 09ba17f51c

@ -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