From 0b97e23219d86519071d3c857c3a1fe0ff6957d2 Mon Sep 17 00:00:00 2001 From: avolkov Date: Sun, 6 Nov 2005 19:53:38 +0000 Subject: [PATCH] small content dir fix for MinGW/Cygwin git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1950 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/config_win.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/config_win.h.in b/sc2/src/config_win.h.in index b95c88107..14e568bb9 100644 --- a/sc2/src/config_win.h.in +++ b/sc2/src/config_win.h.in @@ -11,7 +11,7 @@ #define _CONFIG_WIN_H /* Directory where the UQM game data is located */ -#define CONTENTDIR "@CONTENTDIR@" +#define CONTENTDIR "../content/" /* Directory where game data will be stored */ //#define USERDIR "../userdata/"