diff options
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/sprites.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/table/sprites.h b/src/table/sprites.h index 0cec8d193..8ed8d19f0 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -120,6 +120,9 @@ enum Sprites { /* Manager face sprites */ SPR_GRADIENT = 874, // background gradient behind manager face + /* Icon showing player colour. */ + SPR_PLAYER_ICON = 747, + /* is itself no foundation sprite, because tileh 0 has no foundation */ SPR_FOUNDATION_BASE = 989, |