mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-03 11:30:22 +00:00
Pravets: fix bug in ctor
This commit is contained in:
parent
44fa610ef6
commit
81279904e2
@ -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…
Reference in New Issue
Block a user