1
0
mirror of https://github.com/td512/re3.git synced 2026-02-07 10:17:03 +00:00

input done, fixed cheats input

This commit is contained in:
Fire-Head
2019-06-05 22:18:06 +03:00
parent 0c495cb188
commit 2a6349e200
5 changed files with 866 additions and 31 deletions

View File

@@ -654,7 +654,6 @@ HandleKeyUp(RsKeyStatus *keyStatus)
if ( c < 255 )
{
CPad::TempKeyState.VK_KEYS[c] = 0;
pad0->AddToPCCheatString(c);
}
break;
}