Formatted code with AStyle

This commit is contained in:
RobertBeckebans 2014-02-18 11:57:59 +01:00
parent 47cc4f37b6
commit 7b6ceb48c8
2 changed files with 3 additions and 2 deletions

View file

@ -2855,7 +2855,7 @@ int lwResolvePolySurfaces( lwPolygonList* polygon, lwTagList* tlist,
st = st->next;
}
}
intptr_t index;
for( i = 0; i < polygon->count; i++ )
{

View file

@ -532,7 +532,8 @@ typedef struct st_lwPolVert
typedef struct st_lwPolygon
{
union {
union
{
intptr_t index;
lwSurface* ptr;
} surf;