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

Now features in town interface:

* town garrison
* creature growths
* town big pic
This commit is contained in:
Michał W. Urbańczyk
2008-01-12 11:32:40 +00:00
parent 0b2acef70f
commit b976857c6c
9 changed files with 87 additions and 18 deletions

View File

@@ -17,7 +17,8 @@ public:
SDL_Surface * cityBg;
const CGTownInstance * town;
CDefHandler *hall,*fort;
CDefHandler *hall,*fort,
*bigTownPic, *flag;
AdventureMapButton<CCastleInterface> * exit;