1231
This commit is contained in:
parent
c273e5c185
commit
c073a4cb85
Binary file not shown.
Binary file not shown.
|
|
@ -446,7 +446,6 @@ static SQInteger CUser_RechargeMoney(HSQUIRRELVM v)
|
||||||
sq_getinteger(v, 3, &Amount);
|
sq_getinteger(v, 3, &Amount);
|
||||||
|
|
||||||
CallUser<int>(0x84FF29C, CallUser<void *>(0x80DA28E, User), Amount, 0, 0, 0);
|
CallUser<int>(0x84FF29C, CallUser<void *>(0x80DA28E, User), Amount, 0, 0, 0);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue