forked from mirror/OpenTTD
(svn r14969) -Codechange: make drawing trees possible (Alberth)
This commit is contained in:
@@ -49,7 +49,7 @@ enum Sprites {
|
||||
|
||||
/* Extra graphic spritenumbers */
|
||||
SPR_OPENTTD_BASE = 4896,
|
||||
OPENTTD_SPRITE_COUNT = 147,
|
||||
OPENTTD_SPRITE_COUNT = 149,
|
||||
|
||||
/* Halftile-selection sprites */
|
||||
SPR_HALFTILE_SELECTION_FLAT = SPR_OPENTTD_BASE,
|
||||
@@ -73,6 +73,9 @@ enum Sprites {
|
||||
SPR_PIN_UP = SPR_OPENTTD_BASE + 51, // pin icon
|
||||
SPR_PIN_DOWN = SPR_OPENTTD_BASE + 52,
|
||||
|
||||
SPR_CIRCLE_FOLDED = SPR_OPENTTD_BASE + 147, // (+) icon
|
||||
SPR_CIRCLE_UNFOLDED = SPR_OPENTTD_BASE + 148, // (-) icon
|
||||
|
||||
/* on screen keyboard icons */
|
||||
SPR_OSK_LEFT = SPR_OPENTTD_BASE + 138,
|
||||
SPR_OSK_RIGHT = SPR_OPENTTD_BASE + 139,
|
||||
|
Reference in New Issue
Block a user