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

This commit is contained in:
peter1138 2006-10-02 16:03:31 +00:00
parent 94c3963841
commit 869b5d3b97
1 changed files with 0 additions and 2 deletions

View File

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