Core, MRI: Don't expose RGSS3 functionality in 2
This commit is contained in:
parent
bca95adc0e
commit
6bc3460294
2 changed files with 20 additions and 11 deletions
|
@ -1044,10 +1044,13 @@ void WindowVX::setOpenness(int value)
|
|||
void WindowVX::initDynAttribs()
|
||||
{
|
||||
p->cursorRect = new Rect;
|
||||
p->tone = new Tone;
|
||||
|
||||
p->refreshCursorRectCon();
|
||||
p->refreshToneCon();
|
||||
|
||||
if (rgssVer >= 3)
|
||||
{
|
||||
p->tone = new Tone;
|
||||
p->refreshToneCon();
|
||||
}
|
||||
}
|
||||
|
||||
void WindowVX::draw()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue