1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

* added giving default buildings in towns

* town infobox won't crash on empty town
* version changed to 0.53b
This commit is contained in:
Michał W. Urbańczyk
2008-02-20 18:24:19 +00:00
parent e46d411643
commit 06c193498e
3 changed files with 8 additions and 2 deletions

View File

@@ -62,7 +62,7 @@
CGameInfo* CGI;
#endif
#define CHUNK 16384
const char * NAME = "VCMI 0.53 \"Tirion\" Techdemo";
const char * NAME = "VCMI 0.53b \"Tirion\" Techdemo";
SDL_Surface * ekran, * screen, * screen2;
extern SDL_Surface * CSDL_Ext::std32bppSurface;