1) SOMEONE can't spell "accessible" 2) Global commenting consistency 3) persistance -> persistence

This commit is contained in:
Ben "root" Anderson
2013-11-30 09:50:54 -06:00
parent d59b7fd0c0
commit a040c4a586
57 changed files with 58 additions and 58 deletions
+2 -2
View File
@@ -32,7 +32,7 @@
*
* If a screen is added to the screen stack that isn't in the current screen group
* (added to by GroupScreen), the screen group is reset: all prepared screens are
* unloaded and the persistance list is cleared.
* unloaded and the persistence list is cleared.
*
* Note that not all screens yet support reuse in this way; proper use of BeginScreen
* is required. This will misbehave if a screen pushes another screen that's already
@@ -73,7 +73,7 @@
#include "Foreach.h"
#include "ActorUtil.h"
ScreenManager* SCREENMAN = NULL; // global and accessable from anywhere in our program
ScreenManager* SCREENMAN = NULL; // global and accessible from anywhere in our program
static Preference<bool> g_bDelayedScreenLoad( "DelayedScreenLoad", false );
//static Preference<bool> g_bPruneFonts( "PruneFonts", true );