Fix journal path

This commit is contained in:
Vinyl Darkscratch 2018-03-29 04:10:38 -07:00
parent 8d0c7dbb6a
commit eba1a22554

View file

@ -444,7 +444,7 @@ Oneshot::Oneshot(RGSSThreadData &threadData) :
p->docsPath = path.c_str();
p->gamePath = path.c_str();
#ifdef OS_OSX
p->journal = "_______.app/Contents/MacOS/_______";
p->journal = "_______.app";
#elif defined OS_LINUX
p->journal = "_______";
#endif