This commit is contained in:
lenheart
2024-06-18 11:32:30 +08:00
parent 3bcf73becb
commit 4be190f87e
9 changed files with 468 additions and 147 deletions

View File

@@ -146,8 +146,6 @@ static SQInteger CUser_SetCharacLevel(HSQUIRRELVM v)
sq_getuserpointer(v, 2, &P);
SQInteger Value;
sq_getinteger(v, 3, &Value);
// ((__SetUserByInt)0x0867a95c)((void *)P, Value);
// void *a = malloc(100);
char *a = new char[4];
CallUser<int>(0x822FC8E, a, P, Value);
return 0;