summaryrefslogtreecommitdiff
path: root/src/highscore_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/highscore_gui.cpp')
-rw-r--r--src/highscore_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/highscore_gui.cpp b/src/highscore_gui.cpp
index cc27501af..a473424f8 100644
--- a/src/highscore_gui.cpp
+++ b/src/highscore_gui.cpp
@@ -113,7 +113,7 @@ struct EndGameWindow : EndGameHighScoreBaseWindow {
this->window_number = SP_MULTIPLAYER;
this->rank = SaveHighScoreValueNetwork();
} else {
- /* in single player _local company is always valid */
+ /* in singleplayer mode _local company is always valid */
const Company *c = Company::Get(_local_company);
this->window_number = SP_CUSTOM;
this->rank = SaveHighScoreValue(c);