diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index c32b2cc67b..662bc02659 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -1066,8 +1066,8 @@ bool HandleGlobalInputs( DeviceInput DeviceI, InputEventType type, GameInput Gam CString sPath; FlushDirCache(); - if (!CreateDirectories("Screenshots")) - return true; + + /* XXX slow? */ for( int i=0; i<10000; i++ ) { sPath = ssprintf("Screenshots" SLASH "screen%04d.bmp",i);