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