mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-12-01 00:12:27 +00:00
- removed remaining STACK_ARGS from GL code.
This commit is contained in:
parent
7ce670951b
commit
bf2b61f61c
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ static void GetSideVertices(int sdnum, DVector2 *v1, DVector2 *v2)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static int STACK_ARGS segcmp(const void *a, const void *b)
|
static int segcmp(const void *a, const void *b)
|
||||||
{
|
{
|
||||||
seg_t *A = *(seg_t**)a;
|
seg_t *A = *(seg_t**)a;
|
||||||
seg_t *B = *(seg_t**)b;
|
seg_t *B = *(seg_t**)b;
|
||||||
|
|
Loading…
Reference in a new issue