Skip to content

Commit

Permalink
Fix journal path
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Mar 29, 2018
1 parent 8d0c7db commit eba1a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oneshot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eba1a22

Please sign in to comment.