mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-03 14:42:53 +00:00
Merge branch 'bruh' into 'next'
Fix fuckup See merge request STJr/SRB2!598
This commit is contained in:
commit
ca5a1b8a18
1 changed files with 1 additions and 1 deletions
|
|
@ -1487,7 +1487,7 @@ typedef enum {
|
|||
// Find out the BSP format.
|
||||
static nodetype_t P_GetNodetype(const virtres_t *virt, UINT8 **nodedata)
|
||||
{
|
||||
boolean supported[NUMNODETYPES];
|
||||
boolean supported[NUMNODETYPES] = {0};
|
||||
nodetype_t nodetype = NT_UNSUPPORTED;
|
||||
char signature[4 + 1];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue