This commit is contained in:
Jonas Kulla 2014-01-02 00:17:31 +01:00
parent a0a27889a3
commit 0a336ea315
1 changed files with 3 additions and 3 deletions

View File

@ -178,9 +178,9 @@ struct RGSSThreadData
volatile bool rqScreenshot; volatile bool rqScreenshot;
RGSSThreadData(EventThread *ethread, RGSSThreadData(EventThread *ethread,
const char *argv0, const char *argv0,
SDL_Window *window, SDL_Window *window,
const Config& newconf) const Config& newconf)
: rqTerm(false), : rqTerm(false),
rqTermAck(false), rqTermAck(false),
ethread(ethread), ethread(ethread),