1231
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user