This commit is contained in:
Glenn Maynard
2005-05-29 02:21:24 +00:00
parent e0a604fd43
commit f5dc5d75f3
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ CString PercentageDisplay::FormatPercentScore( float fPercentDancePoints )
return s;
}
LuaFunction_Float( FormatPercentScore, PercentageDisplay::FormatPercentScore(a1) )
LuaFunction( FormatPercentScore, PercentageDisplay::FormatPercentScore( FArg(1) ) )
/*