This commit is contained in:
Steve Checkoway
2006-10-23 18:21:46 +00:00
parent d119f68c29
commit 522cb68178
+1 -1
View File
@@ -37,7 +37,7 @@ RString StepsTypeToString( Stage s );
RString StepsTypeToString( StepsType st )
{
RString s = GAMEMAN->StepsTypeToString( st );
/* steps-type -> StepsType */
/* foo-bar -> StepsType_Foo_Bar */
s.Replace('-','_');
for( size_t i = 0; i < s.size(); ++i )
{