Fix CON compiler errors. Me no smart.

git-svn-id: https://svn.eduke32.com/eduke32@5511 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2016-01-07 03:29:59 +00:00
parent 149df3663f
commit f372d8184a

View file

@ -1802,7 +1802,10 @@ static void C_GetNextVarType(int32_t type)
else
{
if (*textptr == ']')
{
bitptr[(g_scriptPtr-script)>>3] &= ~(BITPTR_POINTER<<((g_scriptPtr-script)&7));
*g_scriptPtr++ = g_iThisActorID;
}
else
C_GetNextVarType(0);
@ -2130,7 +2133,10 @@ static int32_t C_GetStructureIndexes(int32_t labelsonly, hashtable_t *table)
C_SkipComments();
if (*textptr == ']')
{
bitptr[(g_scriptPtr-script)>>3] &= ~(BITPTR_POINTER<<((g_scriptPtr-script)&7));
*g_scriptPtr++ = g_iThisActorID;
}
else
{
g_labelsOnly = labelsonly;