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:
@@ -62,6 +62,9 @@ prepareSaveDir (void) {
|
||||
|
||||
// Create the path upto the save dir, if not already existing.
|
||||
mkdirhier (saveDir);
|
||||
//#ifdef DEBUG
|
||||
fprintf(stderr, "Saved games are kept in %s.\n", saveDir);
|
||||
//#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user