Oops, mixed up two variables.
git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@535 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
parent
fab740fc99
commit
274df62411
|
@ -2015,7 +2015,7 @@ void VBA::updateWindowSize(int value)
|
|||
|
||||
bool VBA::initDisplay()
|
||||
{
|
||||
if (securityCheck2 != -3)
|
||||
if (securityCheck != -3)
|
||||
{
|
||||
protectHelp[securityCheck2](0);
|
||||
return updateRenderMethod(false);
|
||||
|
|
Loading…
Reference in New Issue