Fixed barrel break not working

This commit is contained in:
Slaith
2022-03-27 18:23:59 -07:00
parent 030837d3c9
commit e6373b5d26
2 changed files with 2 additions and 1 deletions

View File

@ -410,6 +410,7 @@ namespace HeavenStudio.Games.Scripts_KarateMan
bde.spriteIndex = 4;
break;
}
bde.Init();
}
}
}