mirror of
https://github.com/vcmi/vcmi.git
synced 2025-12-01 23:12:49 +02:00
Reverted changes made in client for Extractor
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user