mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
Finish the Metal demo if the Metal playback object is dead.
This commit is contained in:
parent
2d1a574e09
commit
56d095e39f
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…
Reference in a new issue