- 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user