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:
@@ -1,4 +1,6 @@
|
|||||||
Changes towards version 0.7:
|
Changes towards version 0.7:
|
||||||
|
- The current directory is now among the locations searched for the content
|
||||||
|
when no explicit location has been specified. (bug fix) - from Nic
|
||||||
- Non-3DO Shipspin anims now use Presentations - Michael
|
- Non-3DO Shipspin anims now use Presentations - Michael
|
||||||
- Added presentaion commands TEXT, TE (text effect), MOVIE - Alex
|
- Added presentaion commands TEXT, TE (text effect), MOVIE - Alex
|
||||||
- Increased the size of display queue (elements were sometimes missing
|
- Increased the size of display queue (elements were sometimes missing
|
||||||
|
|||||||
+1
-1
@@ -125,7 +125,7 @@ prepareContentDir (const char *contentDirName, const char **addons)
|
|||||||
// Try the default content locations.
|
// Try the default content locations.
|
||||||
const char *locs[] = {
|
const char *locs[] = {
|
||||||
CONTENTDIR, /* defined in config.h */
|
CONTENTDIR, /* defined in config.h */
|
||||||
""
|
"",
|
||||||
"content",
|
"content",
|
||||||
"../../content" /* For running from MSVC */
|
"../../content" /* For running from MSVC */
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user