Finish the Metal demo if the Metal playback object is dead.

This commit is contained in:
toaster 2019-10-29 18:17:04 +00:00
parent 2d1a574e09
commit 56d095e39f
1 changed files with 6 additions and 0 deletions

View File

@ -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: