(svn r12407) -Add [FS#1866]: more language flags for servers

This commit is contained in:
glx
2008-03-24 20:30:08 +00:00
parent 4a16a8b948
commit fed6a25799
8 changed files with 20 additions and 5 deletions

View File

@@ -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,