default techtree and map ( if available ) , jpg default for screenshots

This commit is contained in:
Titus Tscharntke
2011-04-04 23:11:59 +00:00
parent 064addf888
commit 5cd4824c94
4 changed files with 20 additions and 8 deletions

View File

@@ -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) {