remove CreateDirectories uses

This commit is contained in:
Glenn Maynard
2003-12-07 04:21:30 +00:00
parent e25549cfe1
commit eec38d4488
+2 -2
View File
@@ -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);