add GetCoursesToShowRanking

This commit is contained in:
Glenn Maynard
2005-09-21 20:53:20 +00:00
parent ff6b55fb17
commit bb01b4c26b
@@ -37,6 +37,12 @@ function JudgmentTransformCommand( self, pn, mp, iEnabledPlayerIndex, iNumEnable
end
end
function GetCoursesToShowRanking()
local CoursesToShowRanking = PREFSMAN:GetPreference("CoursesToShowRanking")
if CoursesToShowRanking ~= "" then return CoursesToShowRanking end
return "Courses/Samples/Tournamix 4 Sample.crs,Courses/Samples/StaminaTester.crs,Courses/Samples/PlayersBest1-4.crs"
end
-- (c) 2005 Chris Danford
-- All rights reserved.