summaryrefslogtreecommitdiff
path: root/src/table/sprites.h
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2008-03-24 20:30:08 +0000
committerglx <glx@openttd.org>2008-03-24 20:30:08 +0000
commitfed6a25799667bfadc1f2b3316453edd9ef6c78c (patch)
treed00a8ba0f8dd571ff4385a098a26c87375182707 /src/table/sprites.h
parent4a16a8b948b65dc01711d77ec1f43033de8a4653 (diff)
downloadopenttd-fed6a25799667bfadc1f2b3316453edd9ef6c78c.tar.xz
(svn r12407) -Add [FS#1866]: more language flags for servers
Diffstat (limited to 'src/table/sprites.h')
-rw-r--r--src/table/sprites.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/sprites.h b/src/table/sprites.h
index 97ffa049a..ed2ae526f 100644
--- a/src/table/sprites.h
+++ b/src/table/sprites.h
@@ -201,7 +201,7 @@ enum Sprites {
/* Flags sprites (in same order as enum NetworkLanguage) */
SPR_FLAGS_BASE = SPR_ONEWAY_BASE + ONEWAY_SPRITE_COUNT,
- FLAGS_SPRITE_COUNT = 29,
+ FLAGS_SPRITE_COUNT = 36,
/* Not really a sprite, but an empty bounding box. Used to construct bounding boxes, that help sorting the sprites, but do not have a sprite associated. */
SPR_EMPTY_BOUNDING_BOX = SPR_FLAGS_BASE + FLAGS_SPRITE_COUNT,