* Show the vital in-game windows. */
| 580 | * Show the vital in-game windows. |
| 581 | */ |
| 582 | void ShowVitalWindows() |
| 583 | { |
| 584 | AllocateToolbar(); |
| 585 | |
| 586 | /* Status bad only for normal games */ |
| 587 | if (_game_mode == GM_EDITOR) return; |
| 588 | |
| 589 | ShowStatusBar(); |
| 590 | } |
| 591 | |
| 592 | /** |
| 593 | * Size of the application screen changed. |
no test coverage detected