111
This commit is contained in:
@@ -816,10 +816,12 @@ static int Redom_Dragon(uint32_t v)
|
||||
//获取 龙盒 模式
|
||||
static int Get_DragonModel(uint32_t v)
|
||||
{
|
||||
int Model = STL::SelectDargonModel_STL();//龙盒模式
|
||||
int Type;
|
||||
int ParameterNum = SQGetTop(v);
|
||||
if (ParameterNum == 1)
|
||||
if (ParameterNum == 2)
|
||||
{
|
||||
SQGetInt(v, 2, &Type);
|
||||
int Model = STL::SelectDargonModel_STL(Type);//龙盒模式
|
||||
SQPushInt(v, Model);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user