mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 04:19:00 +00:00
Fix arg
This commit is contained in:
parent
c587203ebe
commit
38bca2332d
1 changed files with 1 additions and 1 deletions
|
@ -1112,7 +1112,7 @@ void CPad::UpdatePads(void)
|
||||||
GetPad(0)->Update(0);
|
GetPad(0)->Update(0);
|
||||||
|
|
||||||
#ifndef MASTER
|
#ifndef MASTER
|
||||||
GetPad(1)->Update(0);
|
GetPad(1)->Update(1);
|
||||||
#else
|
#else
|
||||||
GetPad(1)->NewState.Clear();
|
GetPad(1)->NewState.Clear();
|
||||||
GetPad(1)->OldState.Clear();
|
GetPad(1)->OldState.Clear();
|
||||||
|
|
Loading…
Reference in a new issue