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
+1 -1
View File
@@ -331,7 +331,7 @@ void NetworkSyncManager::ReportScore(int playerID, int step, int score, int comb
iOffset=1;
//Report 0 if hold, or miss (don't forget mines should report)
if (((step<TNS_Tier5)||(step>TNS_Tier1))&&(step!=TNS_HitMine))
if (((step<TNS_W5)||(step>TNS_W1))&&(step!=TNS_HitMine))
iOffset = 0;
m_packet.Write2((uint16_t) iOffset);