mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 11:40:44 +00:00
- this crash was handled by nothing more than an assert...
This commit is contained in:
parent
d4eb54d686
commit
a75ed91796
1 changed files with 1 additions and 0 deletions
|
@ -10724,6 +10724,7 @@ SpawnFireballFlames(int16_t SpriteNum, int16_t enemy)
|
||||||
if (!eu)
|
if (!eu)
|
||||||
{
|
{
|
||||||
ASSERT(true == false);
|
ASSERT(true == false);
|
||||||
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (eu->flame >= 0)
|
if (eu->flame >= 0)
|
||||||
|
|
Loading…
Reference in a new issue