Content is looked for in the current dir now as intended.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2852 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2007-09-09 00:03:03 +00:00
parent 7c544a9f91
commit 3bfa09ec11
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ prepareContentDir (const char *contentDirName, const char **addons)
// Try the default content locations.
const char *locs[] = {
CONTENTDIR, /* defined in config.h */
""
"",
"content",
"../../content" /* For running from MSVC */
};