mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-25 22:52:38 +02:00
Fix arg
This commit is contained in:
@@ -1112,7 +1112,7 @@ void CPad::UpdatePads(void)
|
||||
GetPad(0)->Update(0);
|
||||
|
||||
#ifndef MASTER
|
||||
GetPad(1)->Update(0);
|
||||
GetPad(1)->Update(1);
|
||||
#else
|
||||
GetPad(1)->NewState.Clear();
|
||||
GetPad(1)->OldState.Clear();
|
||||
|
Reference in New Issue
Block a user