mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-25 05:41:42 +00:00
Fix a crash
This commit is contained in:
parent
e16b882764
commit
3bb3223dbd
1 changed files with 1 additions and 0 deletions
|
@ -4227,6 +4227,7 @@ void M_InitCharacterTables(INT32 num)
|
||||||
if (!num)
|
if (!num)
|
||||||
{
|
{
|
||||||
Z_Free(description);
|
Z_Free(description);
|
||||||
|
description = NULL;
|
||||||
numdescriptions = 0;
|
numdescriptions = 0;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue