Pravets: fix bug in ctor
This commit is contained in:
parent
44fa610ef6
commit
81279904e2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue