mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +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)
|
if (!metal_p)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if (!metal->health)
|
||||||
|
{
|
||||||
|
G_StopMetalDemo();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
switch (*metal_p)
|
switch (*metal_p)
|
||||||
{
|
{
|
||||||
case METALSNICE:
|
case METALSNICE:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue