mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
[saco] Implement/match UpdatePads()
This commit is contained in:
parent
45fc56b5ed
commit
7cc348d2c4
@ -173,6 +173,12 @@ void DIResetMouse()
|
||||
_asm call edx
|
||||
}
|
||||
|
||||
void UpdatePads()
|
||||
{
|
||||
_asm mov edx, 0x541DD0
|
||||
_asm call edx
|
||||
}
|
||||
|
||||
void CGame::InitGame()
|
||||
{
|
||||
// Create a buffer for game text.
|
||||
|
Loading…
Reference in New Issue
Block a user