mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Finish the Metal demo if the Metal playback object is dead.
This commit is contained in:
parent
91d2beebfa
commit
42d380328c
1 changed files with 6 additions and 0 deletions
|
|
@ -4936,6 +4936,12 @@ void G_ReadMetalTic(mobj_t *metal)
|
|||
if (!metal_p)
|
||||
return;
|
||||
|
||||
if (!metal->health)
|
||||
{
|
||||
G_StopMetalDemo();
|
||||
return;
|
||||
}
|
||||
|
||||
switch (*metal_p)
|
||||
{
|
||||
case METALSNICE:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue