mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-20 19:02:41 +01:00
(svn r16930) -Codechange: more StringID name unification and grouping
This commit is contained in:
@@ -282,7 +282,7 @@ struct TimetableWindow : Window {
|
||||
|
||||
if (time != 0) {
|
||||
SetDParam(0, time);
|
||||
current = STR_CONFIG_SETTING_INT32;
|
||||
current = STR_JUST_INT;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user