mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Clean up after myself
This commit is contained in:
parent
dd0d86120b
commit
647f73c8f2
1 changed files with 0 additions and 2 deletions
|
@ -1646,8 +1646,6 @@ boolean LUAh_ShouldJingleContinue(player_t *player, const char *musname)
|
|||
|
||||
for (hookp = roothook; hookp; hookp = hookp->next)
|
||||
{
|
||||
if (hookp->type == hook_ShouldJingleContinue) CONS_Printf("jingle status hook for %s vs %s\n", hookp->s.skinname, musname);
|
||||
|
||||
if (hookp->type != hook_ShouldJingleContinue
|
||||
|| (hookp->s.skinname && strcmp(hookp->s.skinname, musname)))
|
||||
continue;
|
||||
|
|
Loading…
Reference in a new issue