Filesystembug (Downloadbug) still not fixed

This commit is contained in:
ardi@ist-einmalig.de 2009-06-03 17:30:12 +00:00
parent 224b947aa4
commit 8576f4d5a0

View File

@ -2128,7 +2128,7 @@ ProgressDownloadWindow(int choice2)
} }
/**Temporary redownloading 1st image because of a fucking corruption bug **/ /**Temporary redownloading 1st image because of a fucking corruption bug **/
/*
char URLFile[100]; char URLFile[100];
if (choice2 == 2) { if (choice2 == 2) {
sprintf(URLFile,"http://www.theotherzone.com/wii/3d/176/248/%s",missingFiles[0]); // For 3D Covers sprintf(URLFile,"http://www.theotherzone.com/wii/3d/176/248/%s",missingFiles[0]); // For 3D Covers
@ -2157,7 +2157,7 @@ ProgressDownloadWindow(int choice2)
free(file.data); free(file.data);
} }
} }
*/
HaltGui(); HaltGui();
mainWindow->Remove(&promptWindow); mainWindow->Remove(&promptWindow);