fix case sensitivity in speed mod names

This commit is contained in:
Chris Danford
2004-06-26 22:13:50 +00:00
parent 9da987bd71
commit fc622382dd
+1 -1
View File
@@ -88,7 +88,7 @@ CString PlayerOptions::GetString() const
s.erase(s.GetLength()-2); // delete last 2 chars s.erase(s.GetLength()-2); // delete last 2 chars
} }
} }
sReturn += s + "X, "; sReturn += s + "x, ";
} }
} }
else else