s/rgss/RGSS

This commit is contained in:
Jonas Kulla 2013-10-06 07:11:03 +02:00
parent 26843f2e51
commit 89238aebe9
1 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ private:
} fps; } fps;
}; };
/* Used to asynchronously inform the rgss thread /* Used to asynchronously inform the RGSS thread
* about window size changes */ * about window size changes */
struct WindowSizeNotify struct WindowSizeNotify
{ {
@ -157,9 +157,9 @@ struct WindowSizeNotify
struct RGSSThreadData struct RGSSThreadData
{ {
/* Main thread sets this to request rgss thread to terminate */ /* Main thread sets this to request RGSS thread to terminate */
volatile bool rqTerm; volatile bool rqTerm;
/* In response, rgss thread sets this to confirm /* In response, RGSS thread sets this to confirm
* that it received the request and isn't stuck */ * that it received the request and isn't stuck */
volatile bool rqTermAck; volatile bool rqTermAck;