mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
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:
parent
149df3663f
commit
f372d8184a
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue