summaryrefslogtreecommitdiff
path: root/table/sprites.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-01-03 18:49:45 +0000
committertruelight <truelight@openttd.org>2005-01-03 18:49:45 +0000
commitd382463f8afad00bc944c3057c2e9a0ac90e721c (patch)
tree8580bbcf5a20ca814aae886d0a1e597c41c788b0 /table/sprites.h
parenta72d993e65df5e3ad811a25227c2fce04925f461 (diff)
downloadopenttd-d382463f8afad00bc944c3057c2e9a0ac90e721c.tar.xz
(svn r1343) -Fix: [Graphic] Autorail icon is now correct (Darkvater)
-Fix: [Graphic] Added resize icon (tnx tokai)
Diffstat (limited to 'table/sprites.h')
-rw-r--r--table/sprites.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/table/sprites.h b/table/sprites.h
index f60ace649..5adbd731c 100644
--- a/table/sprites.h
+++ b/table/sprites.h
@@ -48,10 +48,11 @@ enum Sprites {
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_UP = SPR_OPENTTD_BASE + 62, // pin icon
SPR_PIN_DOWN = SPR_OPENTTD_BASE + 63,
-
-
+ SPR_WINDOW_RESIZE = SPR_OPENTTD_BASE + 94, // resize icon
+
+
/* 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)
@@ -62,7 +63,7 @@ enum Sprites {
/* Shadow cell */
SPR_SHADOW_CELL = 1004,
-
+
/* Sliced view shadow cells */
/* Maybe we have differen ones in the future */
SPR_MAX_SLICE = SPR_OPENTTD_BASE + 71,