mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	remove test
This commit is contained in:
		| @@ -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){ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user