summaryrefslogtreecommitdiff
path: root/src/company_func.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-10-07 20:57:41 +0000
committersmatz <smatz@openttd.org>2008-10-07 20:57:41 +0000
commit1906aa2bbb1882c66a289a8b19cd7e6cdabe6326 (patch)
tree56d59158c9a257d7f0b20e91a9e8c87762578a05 /src/company_func.h
parentb3726f4c7c0c8b825b5b63434a18d977b5fc0b88 (diff)
downloadopenttd-1906aa2bbb1882c66a289a8b19cd7e6cdabe6326.tar.xz
(svn r14448) -Codechange [FS#2328]: rename a few variables (based on a patch by planetmaker)
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 */