mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-03 01:12:20 +00:00
Formatted code with AStyle
This commit is contained in:
parent
47cc4f37b6
commit
7b6ceb48c8
2 changed files with 3 additions and 2 deletions
|
@ -2855,7 +2855,7 @@ int lwResolvePolySurfaces( lwPolygonList* polygon, lwTagList* tlist,
|
|||
st = st->next;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
intptr_t index;
|
||||
for( i = 0; i < polygon->count; i++ )
|
||||
{
|
||||
|
|
|
@ -532,7 +532,8 @@ typedef struct st_lwPolVert
|
|||
|
||||
typedef struct st_lwPolygon
|
||||
{
|
||||
union {
|
||||
union
|
||||
{
|
||||
intptr_t index;
|
||||
lwSurface* ptr;
|
||||
} surf;
|
||||
|
|
Loading…
Reference in a new issue