Public Member Functions | |
| HighScoreWindow (const WindowDesc *desc, int difficulty, int8 ranking) | |
| virtual void | OnPaint () |
| The window must be repainted. | |
Data Fields | |
| bool | game_paused_by_player |
| True if the game was paused by the player when the highscore window was opened. | |
Definition at line 150 of file highscore_gui.cpp.
| virtual void HighScoreWindow::OnPaint | ( | ) | [inline, virtual] |
The window must be repainted.
Reimplemented from Window.
Definition at line 175 of file highscore_gui.cpp.
References _highscore_table, _networking, DrawString(), DrawStringMultiLine(), FONT_HEIGHT_LARGE, EndGameHighScoreBaseWindow::GetTopLeft640x480(), lengthof, ORIGINAL_END_YEAR, SA_CENTER, SetDParam(), SetDParamStr(), and Window::window_number.
1.7.1