Compare commits

..

No commits in common. "c073a4cb85b2927a987e464a4a5a7071b98abf77" and "dbcdf6689a14c6c9db73385f22286ddcfd77ba82" have entirely different histories.

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;
}