This commit is contained in:
2022-04-11 19:44:03 +08:00
parent ca9f19d7c7
commit 191fcd3da9
5 changed files with 56 additions and 9 deletions

View File

@@ -76,10 +76,9 @@ int squirrel::sq_Test(uint32_t v)
//GMNotice((char*)u"我的天");
//WindowsNotice((char*)u"我的天");
SQPopTop(v);
SQPushInt(v, 1);
return 1;
//SQPopTop(v);
//SQPushInt(v, 1);
return 0;
}
//读人物 或 装备属性
int squirrel::GetCharacterAttribute(uint32_t v)
@@ -1007,7 +1006,6 @@ int squirrel::Set_DragonModel(uint32_t v)
return 1;
}
//获取Squirrel v 基址
inline uint32_t GetSqVm()
{