naming cleanup: rename scoring "Tier1"s to "W1"s (short for "Window 1")

add Preference1D so that we can index into the grading and life values
This commit is contained in:
Chris Danford
2005-10-09 04:30:59 +00:00
parent 2264d09032
commit feb1bfb0fc
44 changed files with 767 additions and 698 deletions
+4 -4
View File
@@ -1744,12 +1744,12 @@ void ScreenGameplay::Update( float fDeltaTime )
switch( tns )
{
case TNS_Tier4:
case TNS_Tier3:
case TNS_W4:
case TNS_W3:
state = AS2D_GOOD;
break;
case TNS_Tier2:
case TNS_Tier1:
case TNS_W2:
case TNS_W1:
state = AS2D_GREAT;
break;
default: