From 30c5af555e381cf1900002dede5c6278c591ecf6 Mon Sep 17 00:00:00 2001 From: meep-eep Date: Mon, 30 Dec 2002 17:46:09 +0000 Subject: [PATCH] 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 --- sc2/src/options.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sc2/src/options.c b/sc2/src/options.c index 4c355776f..df170301f 100644 --- a/sc2/src/options.c +++ b/sc2/src/options.c @@ -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