diff --git a/src/console_type.h b/src/console_type.h index add22e0084..8c40b4f5b5 100644 --- a/src/console_type.h +++ b/src/console_type.h @@ -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. */