Set SHAREPATH to "." so reading data from DXX's directory ACTUALLY WORKS

This commit is contained in:
kreatordxx 2008-12-21 08:59:17 +00:00
parent 45801a75d8
commit 765ac4ecfe
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@ D2X-Rebirth Changelog
20081221
--------
d2x-rebirth.xcodeproj/project.pbxproj, D2X.make, main/gamecntl.c, main/playsave.c: Fix Mac OS 9 compile issues, update Xcode project
arch/carbon/conf.h: Set SHAREPATH to "." so reading data from DXX's directory ACTUALLY WORKS
20081213
--------

View file

@ -81,7 +81,7 @@
/* #undef RELEASE */
/* Define this to be the shared game directory root */
#define SHAREPATH ""
#define SHAREPATH "."
/* Define to 1 if you have the ANSI C header files. */
//#define STDC_HEADERS 1