summaryrefslogtreecommitdiff
path: root/src/currency.h
diff options
context:
space:
mode:
authorplanetmaker <planetmaker@openttd.org>2013-03-09 16:21:47 +0000
committerplanetmaker <planetmaker@openttd.org>2013-03-09 16:21:47 +0000
commite808104b88767cdedb9e500d475b0c489f75a1ff (patch)
tree33ddd917d565590d3691f9768a6e7a511a858e08 /src/currency.h
parentc22bbf5293d5727a061ed9839d8ab397710b81d0 (diff)
downloadopenttd-e808104b88767cdedb9e500d475b0c489f75a1ff.tar.xz
(svn r25073) -Doc: Improve Currencies enum description
Diffstat (limited to 'src/currency.h')
-rw-r--r--src/currency.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/currency.h b/src/currency.h
index 586b6197c..c4476b767 100644
--- a/src/currency.h
+++ b/src/currency.h
@@ -19,8 +19,9 @@ static const int CF_NOEURO = 0; ///< Currency never switches to the Euro (as far
static const int CF_ISEURO = 1; ///< Currency _is_ the Euro.
/**
- * This enum gives the currencies a unique id in order to refer
- * quickly to them, especially the custom one. And to ensure
+ * This enum gives the currencies a unique id which must be maintained for
+ * savegame compatibility and in order to refer to them quickly, especially
+ * for referencing the custom one.
*/
enum Currencies {
CURRENCY_GBP, ///< British Pound