Compare commits

...

2 Commits

Author SHA1 Message Date
lenheart c073a4cb85 1231 2024-06-16 20:28:31 +08:00
lenheart c273e5c185 12112 2024-06-16 20:13:56 +08:00
4 changed files with 1 additions and 1 deletions

View File

@ -444,8 +444,8 @@ static SQInteger CUser_RechargeMoney(HSQUIRRELVM v)
sq_getuserpointer(v, 2, &User);
SQInteger Amount;
sq_getinteger(v, 3, &Amount);
CallUser<int>(0x84FF29C, User, Amount, 0, 0, 0);
CallUser<int>(0x84FF29C, CallUser<void *>(0x80DA28E, User), Amount, 0, 0, 0);
return 0;
}