mirror of
https://github.com/halpz/re3.git
synced 2025-06-29 17:26:21 +00:00
Fixes for Serge's review
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user