Custom Scoring option (simple additive/subtractive scoring)

This commit is contained in:
Mike Hawkins
2008-05-19 18:34:53 +00:00
parent e478c024db
commit dad398f571
7 changed files with 234 additions and 68 deletions
+1
View File
@@ -109,6 +109,7 @@ LuaXType( CourseSortOrders );
static const char *ScoringTypeNames[] = {
"New",
"Old",
"Custom",
};
XToString( ScoringType );
StringToX( ScoringType );