mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-08 00:39:47 +02:00
remove test
This commit is contained in:
parent
6795c9afb6
commit
1fb5301750
@ -34,6 +34,7 @@
|
||||
#include "../render/IImage.h"
|
||||
#include "../render/IRenderHandler.h"
|
||||
#include "../render/IScreenHandler.h"
|
||||
#include "../render/AssetGenerator.h"
|
||||
#include "../CMT.h"
|
||||
#include "../PlayerLocalState.h"
|
||||
#include "../CPlayerInterface.h"
|
||||
@ -64,6 +65,8 @@ AdventureMapInterface::AdventureMapInterface():
|
||||
pos.w = GH.screenDimensions().x;
|
||||
pos.h = GH.screenDimensions().y;
|
||||
|
||||
AssetGenerator::createPaletteShiftedSprites();
|
||||
|
||||
shortcuts = std::make_shared<AdventureMapShortcuts>(*this);
|
||||
|
||||
widget = std::make_shared<AdventureMapWidget>(shortcuts);
|
||||
|
@ -310,8 +310,6 @@ void CMainMenu::playIntroVideos()
|
||||
cb(true);
|
||||
};
|
||||
|
||||
AssetGenerator::generateAll();
|
||||
|
||||
playVideo("3DOLOGO.SMK", false, 1.25, [playVideo, this](bool skipped){
|
||||
if(!skipped)
|
||||
playVideo("NWCLOGO.SMK", false, 2, [playVideo, this](bool skipped){
|
||||
|
Loading…
Reference in New Issue
Block a user