1) SOMEONE can't spell "accessible" 2) Global commenting consistency 3) persistance -> persistence
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#include "SpecialFiles.h"
|
||||
|
||||
/** @brief Have the NoteSkinManager available throughout the program. */
|
||||
NoteSkinManager* NOTESKIN = NULL;
|
||||
NoteSkinManager* NOTESKIN = NULL; // global and accessible from anywhere in our program
|
||||
|
||||
const RString GAME_COMMON_NOTESKIN_NAME = "common";
|
||||
const RString GAME_BASE_NOTESKIN_NAME = "default";
|
||||
|
||||
Reference in New Issue
Block a user