summaryrefslogtreecommitdiff
path: root/players.c
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2006-08-15 14:52:17 +0000
committerrubidium <rubidium@openttd.org>2006-08-15 14:52:17 +0000
commitdc54e608e36145deab60dea2cbe08517b28e54c0 (patch)
tree4d695e9efdc4542d90feba482d6d00bd948be0d3 /players.c
parent672ee1bf3a553c25d446944e8a08131fdf7ceabe (diff)
downloadopenttd-dc54e608e36145deab60dea2cbe08517b28e54c0.tar.xz
(svn r5915) -Cleanup: some variables were named *_date while they were only holding years; rename these variables to match this.
Diffstat (limited to 'players.c')
-rw-r--r--players.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/players.c b/players.c
index 9dbf83542..efa6458c9 100644
--- a/players.c
+++ b/players.c
@@ -1103,7 +1103,7 @@ void LoadFromHighScore(void)
}
/* Initialize end of game variable (when to show highscore chart) */
- _patches.ending_date = 2051;
+ _patches.ending_year = 2051;
}
// Save/load of players