Changeset - r26001:d5017c11caa1
[Not reviewed]
master
0 1 0
dP - 3 years ago 2021-10-02 14:33:28
dp@dpointer.org
Cleanup: Swap comments for IConsoleModes (#9587)
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/console_type.h
Show inline comments
 
@@ -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. */
0 comments (0 inline, 0 general)