111
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user