- unix endings for GameStateDeckViewer.h

- fix for issue 509 (font color was incorrect at end of some tests)
- Fixed Dregscape Zombie (fix for test unearth3.txt)
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-11-14 01:15:46 +00:00
parent fe9c43bc81
commit d668fbb45c
3 changed files with 5 additions and 4 deletions

View File

@@ -463,6 +463,7 @@ void GameStateDuel::Render()
}else{
sprintf(buf, "%i tests out of %i FAILED!", nbFailed, nbTests);
}
mFont->SetColor(ARGB(255,255,255,255));
mFont->DrawString(buf,0,SCREEN_HEIGHT/2);
nbFailed = testSuite->nbAIFailed;
nbTests = testSuite->nbAITests;