overcome C-- issue

git-svn-id: svn://kolibrios.org@9347 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2021-11-30 20:14:26 +00:00
parent 603b599e0e
commit b6bfffebda

View File

@ -453,7 +453,8 @@ void main()
} }
break; break;
} }
switch (key_scancode)
switch (calc(key_scancode))
{ {
case SCAN_CODE_BS: case SCAN_CODE_BS:
Dir_Up(); Dir_Up();