src/table/sprites.h
branchNewGRF_ports
changeset 10991 d8811e327d12
parent 10724 68a692eacf22
child 10994 cd9968b6f96b
--- a/src/table/sprites.h	Tue May 27 00:50:55 2008 +0000
+++ b/src/table/sprites.h	Tue Jun 17 10:32:49 2008 +0000
@@ -49,7 +49,7 @@
 
 	/* Extra graphic spritenumbers */
 	SPR_OPENTTD_BASE     = 4896,
-	OPENTTD_SPRITE_COUNT = 144,
+	OPENTTD_SPRITE_COUNT = 145,
 
 	/* Halftile-selection sprites */
 	SPR_HALFTILE_SELECTION_FLAT = SPR_OPENTTD_BASE,
@@ -122,6 +122,8 @@
 	SPR_GROUP_REPLACE_OFF_SHIP     = SPR_OPENTTD_BASE + 132,
 	SPR_GROUP_REPLACE_OFF_AIRCRAFT = SPR_OPENTTD_BASE + 133,
 
+	SPR_SWITCH_TOOLBAR = SPR_OPENTTD_BASE + 144,
+
 	SPR_SIGNALS_BASE  = SPR_OPENTTD_BASE + OPENTTD_SPRITE_COUNT,
 	PRESIGNAL_SPRITE_COUNT                   =  48,
 	PRESIGNAL_AND_SEMAPHORE_SPRITE_COUNT     = 112,