table/sprites.h
changeset 4688 9cea258f031f
parent 4549 106ed18a7675
child 4795 718c0aca2e3d
--- a/table/sprites.h	Sat Sep 30 21:12:53 2006 +0000
+++ b/table/sprites.h	Sat Sep 30 21:23:34 2006 +0000
@@ -75,12 +75,26 @@
 	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,