1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

AB campaign selection screen added

This commit is contained in:
beegee1
2011-03-19 14:27:51 +00:00
parent 95efcc7cb5
commit fb929fa9b0
8 changed files with 103 additions and 20 deletions

View File

@@ -25,7 +25,8 @@
class CLodHandler;
LibClasses * VLC = NULL;
DLL_EXPORT CLodHandler *bitmaph = NULL,
*spriteh = NULL;
*spriteh = NULL,
*bitmaph_ab = NULL;
DLL_EXPORT CLogger tlog0(0);
@@ -245,6 +246,8 @@ LibClasses::LibClasses()
spriteh->init(DATA_DIR "/Data/H3sprite.lod", DATA_DIR "/Sprites");
bitmaph = new CLodHandler;
bitmaph->init(DATA_DIR "/Data/H3bitmap.lod", DATA_DIR "/Data");
bitmaph_ab = new CLodHandler();
bitmaph_ab->init(DATA_DIR "/Data/H3ab_bmp.lod", DATA_DIR "/Data");
tlog0<<"Loading .lod files: "<<pomtime.getDif()<<std::endl;
//init pointers to handlers