Fix PDKeyDown2 (#98)

This commit is contained in:
Dethrace Engineering Department 2022-03-04 11:42:12 +13:00 committed by GitHub
parent 6568a15103
commit 6eb6d59a40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -125,8 +125,8 @@ tKey_down_result PDKeyDown2(int pKey_index) {
if (gLast_key_down == pKey_index) {
gLast_key_down_time = 0;
gLast_key_down = -1;
return tKey_down_no;
}
return tKey_down_no;
}
// IDA: int __usercall PDKeyDown@<EAX>(int pKey_index@<EAX>)