mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-11 16:54:42 +00:00
(svn r25073) -Doc: Improve Currencies enum description
This commit is contained in:
parent
c22bbf5293
commit
e808104b88
@ -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.
|
static const int CF_ISEURO = 1; ///< Currency _is_ the Euro.
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This enum gives the currencies a unique id in order to refer
|
* This enum gives the currencies a unique id which must be maintained for
|
||||||
* quickly to them, especially the custom one. And to ensure
|
* savegame compatibility and in order to refer to them quickly, especially
|
||||||
|
* for referencing the custom one.
|
||||||
*/
|
*/
|
||||||
enum Currencies {
|
enum Currencies {
|
||||||
CURRENCY_GBP, ///< British Pound
|
CURRENCY_GBP, ///< British Pound
|
||||||
|
Loading…
Reference in New Issue
Block a user