Pravets: fix bug in ctor

This commit is contained in:
tomcw 2021-01-18 20:30:51 +00:00
parent 44fa610ef6
commit 81279904e2
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Pravets::Pravets(void)
{
// Pravets 8A
bool g_CapsLockAllowed = false;
g_CapsLockAllowed = false;
// Pravets 8A/8C
P8CAPS_ON = false;