temp fixes and stability improvements
This commit is contained in:
@@ -76,12 +76,14 @@ namespace NsQT
|
||||
{
|
||||
if (this._NEXT())
|
||||
{
|
||||
IL_35:
|
||||
//IL_35:
|
||||
this.END_ID();
|
||||
return Q_TOKEN.QTK_NUM;
|
||||
}
|
||||
}
|
||||
goto IL_35;
|
||||
//goto IL_35;
|
||||
this.END_ID();
|
||||
return Q_TOKEN.QTK_NUM;
|
||||
}
|
||||
|
||||
// Token: 0x06000489 RID: 1161 RVA: 0x000108C8 File Offset: 0x0000EAC8
|
||||
@@ -646,16 +648,20 @@ namespace NsQT
|
||||
}
|
||||
if (this._NEXT())
|
||||
{
|
||||
IL_7D:
|
||||
//IL_7D:
|
||||
this.END_ID();
|
||||
return Q_TOKEN.QTK_STR;
|
||||
}
|
||||
}
|
||||
if (this.INC_READPTR)
|
||||
{
|
||||
goto IL_7D;
|
||||
//goto IL_7D;
|
||||
this.END_ID();
|
||||
return Q_TOKEN.QTK_STR;
|
||||
}
|
||||
goto IL_7D;
|
||||
//goto IL_7D;
|
||||
this.END_ID();
|
||||
return Q_TOKEN.QTK_STR;
|
||||
}
|
||||
|
||||
// Token: 0x06000495 RID: 1173 RVA: 0x000112E8 File Offset: 0x0000F4E8
|
||||
@@ -772,15 +778,19 @@ namespace NsQT
|
||||
continue;
|
||||
}
|
||||
}
|
||||
IL_8C:
|
||||
//IL_8C:
|
||||
this.RESET_ID();
|
||||
return Q_TOKEN.QTK_STR;
|
||||
}
|
||||
if (this.INC_READPTR)
|
||||
{
|
||||
goto IL_8C;
|
||||
//goto IL_8C;
|
||||
this.RESET_ID();
|
||||
return Q_TOKEN.QTK_STR;
|
||||
}
|
||||
goto IL_8C;
|
||||
//goto IL_8C;
|
||||
this.RESET_ID();
|
||||
return Q_TOKEN.QTK_STR;
|
||||
}
|
||||
|
||||
// Token: 0x06000498 RID: 1176 RVA: 0x00011518 File Offset: 0x0000F718
|
||||
|
||||
Reference in New Issue
Block a user