mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-04 21:33:51 +00:00
(svn r6615) - Fix (r6601): Fix bug that prevented subtypes appearing in some cases.
This commit is contained in:
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…
Reference in New Issue
Block a user