(svn r13623) -Codechange: only show the 'load' of articulated RV parts that have a capacity instead of showing 'empty' parts when a vehicle is completely full.
This commit is contained in:
@@ -1309,7 +1309,7 @@ struct VehicleDetailsWindow : Window {
|
||||
|
||||
/* Add space for the cargo amount for each part. */
|
||||
for (const Vehicle *u = v; u != NULL; u = u->Next()) {
|
||||
height_extension += 11;
|
||||
if (u->cargo_cap != 0) height_extension += 11;
|
||||
}
|
||||
|
||||
ResizeWindow(this, 0, height_extension);
|
||||
|
Reference in New Issue
Block a user