1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-16 00:42:45 +01:00

(svn r18311) -Codechange: no need to hardcode locations of some 'random' windows

This commit is contained in:
rubidium
2009-11-28 13:38:34 +00:00
parent 2dbf1d72f9
commit ff32ea24fc
6 changed files with 8 additions and 8 deletions

View File

@@ -316,7 +316,7 @@ struct CheatWindow : Window {
};
static const WindowDesc _cheats_desc(
240, 22, 0, 0,
WDP_AUTO, WDP_AUTO, 0, 0,
WC_CHEATS, WC_NONE,
WDF_UNCLICK_BUTTONS,
_nested_cheat_widgets, lengthof(_nested_cheat_widgets)