use mixed case values for enum Grade so that enum matches strings matches Lua

This commit is contained in:
Chris Danford
2005-08-14 11:38:31 +00:00
parent b1010041a2
commit 70d1f0eadb
16 changed files with 116 additions and 116 deletions
@@ -114,7 +114,7 @@ function ScreenBranchNetAfterEval()
end
function SelectEndingScreen()
if GetBestFinalGrade() >= GRADE_TIER03 then return "ScreenMusicScroll" end
if GetBestFinalGrade() >= Grade_Tier03 then return "ScreenMusicScroll" end
return "ScreenCredits"
end