mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +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)
|
||||
{
|
||||
ASSERT(true == false);
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (eu->flame >= 0)
|
||||
|
|
Loading…
Reference in a new issue