Oops, mixed up two variables.

This commit is contained in:
n-a-c-h 2008-05-27 08:40:32 +00:00
parent 7b339f6cf0
commit b06aeaf9dc
1 changed files with 1 additions and 1 deletions

View File

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