summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
Diffstat (limited to 'table')
-rw-r--r--table/sprites.h16
1 files changed, 15 insertions, 1 deletions
diff --git a/table/sprites.h b/table/sprites.h
index 6aa982f37..67e31cecb 100644
--- a/table/sprites.h
+++ b/table/sprites.h
@@ -75,12 +75,26 @@ enum Sprites {
SPR_CLONE_SHIP = SPR_OPENTTD_BASE + 92,
SPR_CLONE_TRAIN = SPR_OPENTTD_BASE + 92,
+ SPR_SELL_TRAIN = SPR_OPENTTD_BASE + 96,
+ SPR_SELL_ROADVEH = SPR_OPENTTD_BASE + 97,
+ SPR_SELL_SHIP = SPR_OPENTTD_BASE + 98,
+ SPR_SELL_AIRCRAFT = SPR_OPENTTD_BASE + 99,
+ SPR_SELL_ALL_TRAIN = SPR_OPENTTD_BASE + 100,
+ SPR_SELL_ALL_ROADVEH = SPR_OPENTTD_BASE + 101,
+ SPR_SELL_ALL_SHIP = SPR_OPENTTD_BASE + 102,
+ SPR_SELL_ALL_AIRCRAFT = SPR_OPENTTD_BASE + 103,
+ SPR_REPLACE_TRAIN = SPR_OPENTTD_BASE + 104,
+ SPR_REPLACE_ROADVEH = SPR_OPENTTD_BASE + 105,
+ SPR_REPLACE_SHIP = SPR_OPENTTD_BASE + 106,
+ SPR_REPLACE_AIRCRAFT = SPR_OPENTTD_BASE + 107,
+ SPR_SELL_CHAIN_TRAIN = SPR_OPENTTD_BASE + 108,
+
/* Network GUI sprites */
SPR_SQUARE = SPR_OPENTTD_BASE + 20, // colored square (used for newgrf compatibility)
SPR_LOCK = SPR_OPENTTD_BASE + 19, // lock icon (for password protected servers)
SPR_FLAGS_BASE = SPR_OPENTTD_BASE + 83, // start of the flags block (in same order as enum NetworkLanguage)
- SPR_AIRPORTX_BASE = SPR_OPENTTD_BASE + 95, // The sprites used for other airport angles
+ SPR_AIRPORTX_BASE = SPR_OPENTTD_BASE + 109, // The sprites used for other airport angles
SPR_NEWAIRPORT_TARMAC = SPR_AIRPORTX_BASE,
SPR_NSRUNWAY1 = SPR_AIRPORTX_BASE + 1,
SPR_NSRUNWAY2 = SPR_AIRPORTX_BASE + 2,