mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- Fixed the sanity commit.
This commit is contained in:
parent
7c567979d9
commit
2c06987f67
2 changed files with 2 additions and 1 deletions
|
@ -2056,6 +2056,7 @@ void FDynamicBuffer::SetData (const BYTE *data, int len)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
m_Len = 0;
|
m_Len = 0;
|
||||||
|
M_Free(m_Data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -217,7 +217,7 @@ public:
|
||||||
bool ReplaceFactor;
|
bool ReplaceFactor;
|
||||||
bool NoArmor;
|
bool NoArmor;
|
||||||
|
|
||||||
void Apply(FName const &type);
|
void Apply(FName const type);
|
||||||
void Clear()
|
void Clear()
|
||||||
{
|
{
|
||||||
DefaultFactor = FRACUNIT;
|
DefaultFactor = FRACUNIT;
|
||||||
|
|
Loading…
Reference in a new issue