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 33fb9fc7eb
commit 410707171e
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@ D1X-Rebirth Changelog
20081221
--------
2d/pcx.c, d1x-rebirth.xcodeproj/project.pbxproj, D1X.make, main/config.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
20081220
--------

View file

@ -38,7 +38,7 @@
/* #undef RELEASE */
/* Define this to be the shared game directory root */
#define SHAREPATH ""
#define SHAREPATH "."
#define DESCENT_DATA_PATH SHAREPATH
/* Define if your processor needs data to be word-aligned */