Changeset 158 for trunk/UCore.pas
- Timestamp:
- Nov 19, 2017, 1:02:02 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.pas
r155 r158 109 109 SRestartGame = 'Restart game?'; 110 110 SRestartGameQuestion = 'Do you want to restart current game?'; 111 SPlayersNotInitialized = 'Not all players were initialized with start cell. Needed %d, initialized %d. Change map parameters to have more terrain cells.'; 111 112 112 113 … … 429 430 Game.New; 430 431 SelectClient; 431 Game.Running := True; 432 if Game.Players.GetAliveCount = Game.Players.Count then Game.Running := True 433 else ShowMessage(Format(SPlayersNotInitialized, [Game.Players.Count, Game.Players.GetAliveCount])); 432 434 FormMain.Redraw; 433 435 if FormCharts.Visible then FormCharts.Redraw;
Note:
See TracChangeset
for help on using the changeset viewer.