1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-23 00:28:08 +02:00

* fixed previous fix

* fixed bug #20 from mantis
This commit is contained in:
mateuszb
2009-10-03 10:51:05 +00:00
parent e0b65d7893
commit 78517a4397
4 changed files with 20 additions and 31 deletions

View File

@ -29,7 +29,8 @@
SDL_Color tytulowy = {229, 215, 123, 0},
tlo = {66, 44, 24, 0},
zwykly = {255, 255, 255, 0};
zwykly = {255, 255, 255, 0},
darkTitle = {215, 175, 78, 0};
extern SDL_Surface * screen;
extern TTF_Font * TNRB16, *TNR, *GEOR13;