* Fix almost all tests.
* This version "nearly" works.
This commit is contained in:
jean.chalard
2009-09-07 14:37:32 +00:00
parent 635c87202a
commit 5b473a1505
19 changed files with 160 additions and 106 deletions
+2
View File
@@ -61,7 +61,9 @@ void DamagerDamaged::Render(CombatStep mode)
mFont->SetColor(ARGB(92,255,255,255));
break;
case FIRST_STRIKE :
case END_FIRST_STRIKE :
case DAMAGE :
case END_DAMAGE :
mFont->SetColor(ARGB(255, 255, 64, 0));
break;
}