mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 07:31:21 +02:00
- misc logs and screenshots now also go in userdata folder
This commit is contained in:
@@ -730,7 +730,7 @@ void MainWindow::saveScreenshot() {
|
||||
//string fileFormat = config.getString("ScreenShotFileType","png");
|
||||
string fileFormat = "png";
|
||||
|
||||
for(int i=0; i < 1000; ++i) {
|
||||
for(int i=0; i < 5000; ++i) {
|
||||
path = screenShotsPath;
|
||||
path += string("screen") + intToStr(i) + string(".") + fileFormat;
|
||||
FILE *f= fopen(path.c_str(), "rb");
|
||||
|
Reference in New Issue
Block a user