diff options
author | Patric Stout <truebrain@openttd.org> | 2021-01-09 15:14:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-09 15:14:59 +0100 |
commit | 3dbdb1c7e3d5b7561d87d2cf891809324064bc1c (patch) | |
tree | c7e4fe806d9b84d5e2a6f059c91e066f8d312a2a /src/widgets | |
parent | 8da5cff21065501303db98e2e575ac1202157985 (diff) | |
download | openttd-3dbdb1c7e3d5b7561d87d2cf891809324064bc1c.tar.xz |
Change: remove warning in cheat window and reduce it to a note (#8538)
Although meant as a funny joke towards the player, our social
standards have changed since 2004, and such "jokes" are no
longer acceptable by the community as a whole.
The only value of the message is that people are informed the
information is stored in the savegame. This is mostly useful for
us, developers, as some of those cheats can have side-effects
which people report.
While at it, styled the GUI a bit better, as the way the text
was presented was odd.
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/cheat_widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/cheat_widget.h b/src/widgets/cheat_widget.h index c43799d5d..b8ee75f52 100644 --- a/src/widgets/cheat_widget.h +++ b/src/widgets/cheat_widget.h @@ -12,6 +12,7 @@ /** Widgets of the #CheatWindow class. */ enum CheatWidgets { + WID_C_NOTE, ///< Note on top of panel for use of cheat. WID_C_PANEL, ///< Panel where all cheats are shown in. }; |