mirror of
https://github.com/glest/glest-source.git
synced 2025-08-22 16:02:50 +02:00
default techtree and map ( if available ) , jpg default for screenshots
This commit is contained in:
@@ -816,7 +816,7 @@ void MainWindow::saveScreenshot() {
|
||||
string path = screenShotsPath;
|
||||
if(isdir(path.c_str()) == true) {
|
||||
Config &config= Config::getInstance();
|
||||
string fileFormat = config.getString("ScreenShotFileType","png");
|
||||
string fileFormat = config.getString("ScreenShotFileType","jpg");
|
||||
//string fileFormat = "png";
|
||||
|
||||
for(int i=0; i < 5000; ++i) {
|
||||
|
Reference in New Issue
Block a user