From eec38d44883bb88841f23fb722f156b9af432bae Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 7 Dec 2003 04:21:30 +0000 Subject: [PATCH] remove CreateDirectories uses --- stepmania/src/StepMania.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);