summaryrefslogtreecommitdiff
path: root/src/company_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/company_func.h')
-rw-r--r--src/company_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/company_func.h b/src/company_func.h
index 1546d5a77..a1134b996 100644
--- a/src/company_func.h
+++ b/src/company_func.h
@@ -43,7 +43,7 @@ struct HighScore {
extern HighScore _highscore_table[5][5]; // 4 difficulty-settings (+ network); top 5
void SaveToHighScore();
void LoadFromHighScore();
-int8 SaveHighScoreValue(const Company *p);
+int8 SaveHighScoreValue(const Company *c);
int8 SaveHighScoreValueNetwork();
#endif /* COMPANY_FUNC_H */