(svn r23595) -Codechange: add comma after last enum to get a more uniform coding style

This commit is contained in:
rubidium
2011-12-19 17:48:04 +00:00
parent eaadd215be
commit df16ebd730
42 changed files with 74 additions and 74 deletions

View File

@@ -18,7 +18,7 @@
enum IConsoleModes {
ICONSOLE_FULL, ///< In-game console is closed.
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 opened, whole screen.
};
/* Colours of the console messages. */