diff options
author | rubidium <rubidium@openttd.org> | 2007-06-21 17:38:59 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-06-21 17:38:59 +0000 |
commit | fb7964e90270d4471774a4625e5ef03dd7a6eae2 (patch) | |
tree | cc38e8234cb28c4b83d81e1bd06b92ec67b2b6b7 /src/table | |
parent | e432c7459ea0ea009518d3f3038d08ec97bbf8df (diff) | |
download | openttd-fb7964e90270d4471774a4625e5ef03dd7a6eae2.tar.xz |
(svn r10261) -Cleanup: we do not need CURRENCY64 and CURRCOMPACT64 anymore, because everything is already 64 bits by default.
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/control_codes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/table/control_codes.h b/src/table/control_codes.h index 6daaee0eb..eb24f5766 100644 --- a/src/table/control_codes.h +++ b/src/table/control_codes.h @@ -29,9 +29,7 @@ enum { SCC_GROUP_NAME, SCC_CURRENCY_COMPACT, - SCC_CURRENCY_COMPACT_64, SCC_CURRENCY, - SCC_CURRENCY_64, SCC_CARGO, SCC_CARGO_SHORT, |