Comment so my tired brain can follow the breadcrumbs.

master
Sean McArdle 2017-02-28 21:46:10 -08:00
parent 903be625a4
commit 9e291052e5
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ FILE *dbfile;
#define TEXTFILE "/usr/local/games/lib/dtextc.dat"
#endif /* ! unix */
#ifdef __EMSCRIPTEN__
#define TEXTFILE "gdata/dtextc.dat"
/* emscripten needs a directory to virtualize for an html5 build to run */
#define TEXTFILE "gdata/dtextc.dat"
#endif /* ! __EMSCRIPTEN__ */
#endif // TEXTFILE