Erwan
- Lords are now taken into account in AI statistics. (To display information, uncomment RENDER_AI_STATS in config.h) - fixed a potential segfault with NoFizzle
This commit is contained in:
@@ -298,6 +298,9 @@ void GameObserver::Render()
|
||||
JRenderer::GetInstance()->DrawRect(0,0,SCREEN_WIDTH,SCREEN_HEIGHT,ARGB(255,255,0,0));
|
||||
if (waitForExtraPayment)
|
||||
waitForExtraPayment->Render();
|
||||
for (int i = 0; i < nbPlayers; ++i){
|
||||
players[i]->Render();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user