1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Reverted changes made in client for Extractor

This commit is contained in:
krs 2022-11-15 00:55:00 +02:00
parent 10ec486251
commit d1cdd7d59f
3 changed files with 1 additions and 7 deletions

View File

@ -253,7 +253,6 @@ int main(int argc, char * argv[])
// Init filesystem and settings
preinitDLL(::console);
settings.init();
Settings session = settings.write["session"];
auto setSettingBool = [](std::string key, std::string arg) {
@ -465,8 +464,6 @@ int main(int argc, char * argv[])
CCS->curh = new CCursorHandler();
graphics = new Graphics(); // should be before curh->init()
// ConvertOriginalResourceFiles();
CCS->curh->initCursor();
logGlobal->info("Screen handler: %d ms", pomtime.getDiff());
pomtime.getDiff();

View File

@ -721,7 +721,7 @@ void Animation::exportBitmaps(const bfs::path& path, bool prependResourceName) c
size_t frame = imagePair.first;
const auto img = imagePair.second;
boost::format fmt("%d_%d.bmp");
boost::format fmt("%d_%d.png");
fmt% group% frame;
std::string fileName = fmt.str();
if (prependResourceName)

View File

@ -111,9 +111,6 @@ MainWindow::MainWindow(QWidget *parent) :
//init
preinitDLL(::console);
//ConvertOriginalResourceFiles();
settings.init();
// Initialize logging based on settings