mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 18:36:24 +00:00
Add CURMODE macro
This commit is contained in:
@ -5253,7 +5253,7 @@ int8 CRunningScript::ProcessCommands600To699(int32 command)
|
||||
#if defined(GTA_PC) && !defined(DETECT_PAD_INPUT_SWITCH)
|
||||
ScriptParams[0] = 0;
|
||||
#else
|
||||
ScriptParams[0] = CPad::GetPad(0)->Mode;
|
||||
ScriptParams[0] = CPad::IsAffectedByController ? CPad::GetPad(0)->Mode : 0;
|
||||
#endif
|
||||
StoreParameters(&m_nIp, 1);
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user