small whitespace killing
This commit is contained in:
+1
-1
@@ -3064,7 +3064,7 @@ StepsType GameManager::StringToStepsType( RString sStepsType )
|
||||
for( int i=0; i<NUM_StepsType; i++ )
|
||||
if( g_StepsTypeInfos[i].szName == sStepsType )
|
||||
return StepsType(i);
|
||||
|
||||
|
||||
return StepsType_Invalid;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user