mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Initialize 'supported' array
This commit is contained in:
parent
a4db30b0cc
commit
97c5e63dc3
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…
Reference in a new issue