Fix minor windows pedantic warnings.
This commit is contained in:
+1
-1
@@ -187,7 +187,7 @@ bool InputQueueCode::Load( RString sButtonsNames )
|
||||
|
||||
bool bHold = false;
|
||||
bool bNotHold = false;
|
||||
while(1)
|
||||
for(;;)
|
||||
{
|
||||
if( sButtonName.Left(1) == "+" )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user