mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 21:34:09 +00:00
Fixes for Serge's review
This commit is contained in:
parent
7c425ac4ac
commit
8f01eab5ab
19 changed files with 624 additions and 791 deletions
|
@ -584,7 +584,7 @@ void _psPrintCpuInfo()
|
|||
RwBool
|
||||
psInitialise(void)
|
||||
{
|
||||
PsGlobal.lastMousePos.x = PsGlobal.lastMousePos.y = 0.0;
|
||||
PsGlobal.lastMousePos.x = PsGlobal.lastMousePos.y = 0.0f;
|
||||
|
||||
RsGlobal.ps = &PsGlobal;
|
||||
|
||||
|
@ -3066,4 +3066,4 @@ STARTPATCHES
|
|||
InjectHook(0x583DC0, _InputTranslateShiftKeyUpDown, PATCH_JUMP);
|
||||
InjectHook(0x583E50, _InputTranslateShiftKey, PATCH_JUMP);
|
||||
InjectHook(0x583EE0, _InputIsExtended, PATCH_JUMP);
|
||||
ENDPATCHES
|
||||
ENDPATCHES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue