(svn r13373) -Fix (r10210): loading of very old savegames was broken
This commit is contained in:
@@ -46,11 +46,11 @@ struct SubsidyListWindow : Window {
|
||||
}
|
||||
|
||||
if (num == 0) {
|
||||
y -= 10; /* "None" */
|
||||
y -= 10; // "None"
|
||||
if (y < 0) return;
|
||||
}
|
||||
|
||||
y -= 11; /* "Services already subsidised:" */
|
||||
y -= 11; // "Services already subsidised:"
|
||||
if (y < 0) return;
|
||||
|
||||
for (const Subsidy *s = _subsidies; s != endof(_subsidies); s++) {
|
||||
|
Reference in New Issue
Block a user