Cleanup: Swap comments for IConsoleModes (#9587)

pull/332/head
dP 3 years ago committed by GitHub
parent ccd586a736
commit 585ad9bcab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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. */

Loading…
Cancel
Save