summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-12-09 23:16:52 +0000
committerdominik <dominik@openttd.org>2004-12-09 23:16:52 +0000
commitb747cd2fcdf0aa2b4f80ce4529da0cb76db76e2b (patch)
tree45bad2b52e086cfe08d4fac3c784cf65f5c1e9b7 /table
parentc6cd07e2e38f49af948f50398ee25b4ea4cef322 (diff)
downloadopenttd-b747cd2fcdf0aa2b4f80ce4529da0cb76db76e2b.tar.xz
(svn r999) New icons for the network interface, newgrf gui and the tiny euro
Diffstat (limited to 'table')
-rw-r--r--table/sprites.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/table/sprites.h b/table/sprites.h
index 183859fab..755b09a02 100644
--- a/table/sprites.h
+++ b/table/sprites.h
@@ -46,7 +46,16 @@ enum Sprites {
SPR_SLOPES_BASE = SPR_CANALS_BASE + 70,
SPR_OPENTTD_BASE = SPR_SLOPES_BASE + 74, //5270
- SPR_BLOT = SPR_OPENTTD_BASE + 10, // used as vehicle profit marker
+ SPR_BLOT = SPR_OPENTTD_BASE + 32, // colored circle (mainly used as vehicle profit marker and for sever compatibility)
+
+ SPR_PIN_UP = SPR_OPENTTD_BASE + 62, // pin icon
+ SPR_PIN_DOWN = SPR_OPENTTD_BASE + 63,
+
+
+ /* Network GUI sprites */
+ SPR_SQUARE = SPR_OPENTTD_BASE + 23, // colored square (used for newgrf compatibility)
+ SPR_LOCK = SPR_OPENTTD_BASE + 22, // lock icon (for password protected servers)
+ SPR_FLAGS_BASE = SPR_OPENTTD_BASE + 90, // start of the flags block (in same order as enum NetworkLanguage)
/* Manager face sprites */
SPR_GRADIENT = 874, // background gradient behind manager face