mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-04 18:28:03 +01:00
(svn r14796) -Fix: if using variable, use it everywhere instead of hardcoding it's value sometimes (Alberth)
This commit is contained in:
parent
6913ae5a5f
commit
c3954f2e38
@ -849,7 +849,7 @@ struct PatchesSelectionWindow : Window {
|
|||||||
SetDParam(1, value);
|
SetDParam(1, value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
DrawString(30, y, (sdb->str) + disabled, TC_FROMSTRING);
|
DrawString(x + 25, y, (sdb->str) + disabled, TC_FROMSTRING);
|
||||||
y += SETTING_HEIGHT;
|
y += SETTING_HEIGHT;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user