summaryrefslogtreecommitdiff
path: root/src/table
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-08-07 15:20:31 +0000
committerrubidium <rubidium@openttd.org>2007-08-07 15:20:31 +0000
commitc46e445e69f50d5b5a95e3e46fb3eed1efdb7656 (patch)
treed96722811d3b8b7cb54fe12d32dc41147a3a4159 /src/table
parenta7e37d8592d702b06679eba14a386dd779b61786 (diff)
downloadopenttd-c46e445e69f50d5b5a95e3e46fb3eed1efdb7656.tar.xz
(svn r10820) -Codechange: make negative currencies red and restore the colour from before the currency was printed; this removes the need to make two strings for printing currencies (one for positive currencies and one for negative currencies).
-Fix [FS#1036]: do not use green for currencies as it is practically unreadable on CRT monitors.
Diffstat (limited to 'src/table')
-rw-r--r--src/table/control_codes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table/control_codes.h b/src/table/control_codes.h
index e241e9ad0..e853ca898 100644
--- a/src/table/control_codes.h
+++ b/src/table/control_codes.h
@@ -88,6 +88,7 @@ enum {
SCC_GRAY,
SCC_DKBLUE,
SCC_BLACK,
+ SCC_PREVIOUS_COLOUR,
/* Special printable symbols.
* These are mapped to the original glyphs */