Fix minor windows pedantic warnings.

This commit is contained in:
Jason Felds
2016-03-27 21:52:05 -04:00
parent 534909d30a
commit bec18a0d36
31 changed files with 173 additions and 67 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ bool InputQueueCode::Load( RString sButtonsNames )
bool bHold = false;
bool bNotHold = false;
while(1)
for(;;)
{
if( sButtonName.Left(1) == "+" )
{