no message

This commit is contained in:
Chris Danford
2002-06-27 19:30:40 +00:00
parent 582ce28058
commit 4428da14ef
2 changed files with 2 additions and 16 deletions
+1 -15
View File
@@ -412,8 +412,6 @@ enum TapNoteScore {
inline int TapNoteScoreToDancePoints( TapNoteScore tns )
{
// What "Aaron in Japan" says:
/*
switch( tns )
{
case TNS_PERFECT: return +2;
@@ -421,19 +419,7 @@ inline int TapNoteScoreToDancePoints( TapNoteScore tns )
case TNS_GOOD: return +0;
case TNS_BOO: return -4;
case TNS_MISS: return -8;
case TNS_NONE: return -8;
default: ASSERT(0);
}
*/
// What seems more realistic to me:
switch( tns )
{
case TNS_PERFECT: return +2;
case TNS_GREAT: return +1;
case TNS_GOOD: return +0;
case TNS_BOO: return 0;
case TNS_MISS: return -2;
case TNS_NONE: return -4;
case TNS_NONE: return 0;
default: ASSERT(0); return 0;
}
}
+1 -1
View File
@@ -59,9 +59,9 @@ const CString CREDIT_LINES[] =
"",
"PROGRAMMING:",
"Chris Danford",
"Ben Nordstrom",
"Lord Frieza (Andrew Livy)",
"Parasyte (Chris Gomez)",
"Ben Nordstrom",
"angedelamort (Sauleil Lamarre)",
"Edwin Evans",
"Brian 'Bork' Bugh",