Add: Generic "configure list/view" vertical ellipsis icon.
This commit is contained in:
committed by
Peter Nelson
parent
29970fb496
commit
daef052329
@@ -54,7 +54,7 @@ static const SpriteID SPR_LARGE_SMALL_WINDOW = 682;
|
||||
|
||||
/** Extra graphic spritenumbers */
|
||||
static const SpriteID SPR_OPENTTD_BASE = 4896;
|
||||
static const uint16_t OPENTTD_SPRITE_COUNT = 191;
|
||||
static const uint16_t OPENTTD_SPRITE_COUNT = 192;
|
||||
|
||||
/* Halftile-selection sprites */
|
||||
static const SpriteID SPR_HALFTILE_SELECTION_FLAT = SPR_OPENTTD_BASE;
|
||||
@@ -172,6 +172,8 @@ static const SpriteID SPR_JOIN = SPR_OPENTTD_BASE + 188;
|
||||
static const SpriteID SPR_PLAYER_SELF = SPR_OPENTTD_BASE + 189;
|
||||
static const SpriteID SPR_PLAYER_HOST = SPR_OPENTTD_BASE + 190;
|
||||
|
||||
static const SpriteID SPR_EXTRA_MENU = SPR_OPENTTD_BASE + 191;
|
||||
|
||||
static const SpriteID SPR_IMG_CARGOFLOW = SPR_OPENTTD_BASE + 174;
|
||||
|
||||
static const SpriteID SPR_SIGNALS_BASE = SPR_OPENTTD_BASE + OPENTTD_SPRITE_COUNT;
|
||||
|
||||
Reference in New Issue
Block a user