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
+1 -1
View File
@@ -9,7 +9,7 @@ bool ArchHooks::g_bQuitting = false;
bool ArchHooks::g_bToggleWindowed = false;
// Keep from pulling RageThreads.h into ArchHooks.h
static RageMutex g_Mutex( "ArchHooks" );
ArchHooks *HOOKS = NULL;
ArchHooks *HOOKS = NULL; // global and accessible from anywhere in our program
ArchHooks::ArchHooks(): m_bHasFocus(true), m_bFocusChanged(false)
{