mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-25 02:52:12 +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;
|
st = st->next;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
intptr_t index;
|
intptr_t index;
|
||||||
for( i = 0; i < polygon->count; i++ )
|
for( i = 0; i < polygon->count; i++ )
|
||||||
{
|
{
|
||||||
|
|
|
@ -532,7 +532,8 @@ typedef struct st_lwPolVert
|
||||||
|
|
||||||
typedef struct st_lwPolygon
|
typedef struct st_lwPolygon
|
||||||
{
|
{
|
||||||
union {
|
union
|
||||||
|
{
|
||||||
intptr_t index;
|
intptr_t index;
|
||||||
lwSurface* ptr;
|
lwSurface* ptr;
|
||||||
} surf;
|
} surf;
|
||||||
|
|
Loading…
Reference in a new issue