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:
n-a-c-h 2008-05-27 08:40:32 +00:00
parent fab740fc99
commit 274df62411
1 changed files with 1 additions and 1 deletions

View File

@ -2015,7 +2015,7 @@ void VBA::updateWindowSize(int value)
bool VBA::initDisplay()
{
if (securityCheck2 != -3)
if (securityCheck != -3)
{
protectHelp[securityCheck2](0);
return updateRenderMethod(false);