Fix minor windows pedantic warnings.

This commit is contained in:
Jason Felds
2016-03-27 22:03:15 -04:00
parent 534909d30a
commit bec18a0d36
31 changed files with 173 additions and 67 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ bool NoteSkinManager::LoadNoteSkinDataRecursive( const RString &sNoteSkinName_,
int iDepth = 0;
bool bLoadedCommon = false;
bool bLoadedBase = false;
while(1)
for(;;)
{
++iDepth;
if(iDepth >= 20)