1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-23 14:39:08 +00:00

Cleanup: Swap comments for IConsoleModes (#9587)

This commit is contained in:
dP
2021-10-02 17:33:28 +03:00
committed by Patric Stout
parent 9c1f2b384b
commit b69c7bd928

View File

@@ -14,9 +14,9 @@
/** Modes of the in-game console. */
enum IConsoleModes {
ICONSOLE_FULL, ///< In-game console is closed.
ICONSOLE_FULL, ///< In-game console is opened, whole screen.
ICONSOLE_OPENED, ///< In-game console is opened, upper 1/3 of the screen.
ICONSOLE_CLOSED, ///< In-game console is opened, whole screen.
ICONSOLE_CLOSED, ///< In-game console is closed.
};
/* Colours of the console messages. */