From 9e291052e5c804d68a235c2d7b1b198f2a110873 Mon Sep 17 00:00:00 2001 From: Sean McArdle Date: Tue, 28 Feb 2017 21:46:10 -0800 Subject: [PATCH] Comment so my tired brain can follow the breadcrumbs. --- dinit.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dinit.c b/dinit.c index 943a711..5a0e50a 100644 --- a/dinit.c +++ b/dinit.c @@ -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