Show the location of the saved games at startup.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@504 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2002-12-30 17:46:09 +00:00
parent 51419e5ee7
commit 30c5af555e
+3
View File
@@ -62,6 +62,9 @@ prepareSaveDir (void) {
// Create the path upto the save dir, if not already existing. // Create the path upto the save dir, if not already existing.
mkdirhier (saveDir); mkdirhier (saveDir);
//#ifdef DEBUG
fprintf(stderr, "Saved games are kept in %s.\n", saveDir);
//#endif
} }
void void