Clean up the Race Result GUI code
- Remove excessive indentations in race_result_gui.cpp - Move the bulk of the displayPostRaceInfo function into new functions: displayHighscores, displayLapDifficulty and displayChallengeInfo - Add comments for the closing braces of functions, for the closing braces of some large code blocks, and explaining some functions
This commit is contained in:
parent
3a0a2eaf97
commit
7a75f9e541
File diff suppressed because it is too large
Load Diff
@ -206,6 +206,9 @@ private:
|
||||
void addGPProgressWidget(GUIEngine::Widget* widget);
|
||||
void displayGPProgress();
|
||||
void displayPostRaceInfo();
|
||||
int displayHighscores(int x, int y);
|
||||
int displayLapDifficulty(int x, int y);
|
||||
int displayChallengeInfo(int x, int y);
|
||||
void displayCTFResults();
|
||||
void displaySoccerResults();
|
||||
void displayScreenShots();
|
||||
|
Loading…
x
Reference in New Issue
Block a user