Fix macro for III & SA
This commit is contained in:
parent
2c08889a39
commit
2ab1d1e735
@ -159,7 +159,7 @@ void Hook::ShowMouse(bool state)
|
|||||||
bool bMouseDisabled = false;
|
bool bMouseDisabled = false;
|
||||||
bool isController = patch::Get<BYTE>(BY_GAME(0x5F03D8, 0x86968B, 0xBA6818));
|
bool isController = patch::Get<BYTE>(BY_GAME(0x5F03D8, 0x86968B, 0xBA6818));
|
||||||
|
|
||||||
#ifdef GTA3
|
#ifdef GTASA
|
||||||
isController = !isController;
|
isController = !isController;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user