Gachabom rebound: initialize soundplayed flag

This commit is contained in:
AJ Martinez 2023-10-22 01:45:11 -07:00
parent 31fbb29b88
commit dc7fea1d26

View file

@ -234,6 +234,7 @@ void Obj_SpawnGachaBomRebound(mobj_t* source, mobj_t* target)
rebound_mode(x) = static_cast<int>(mode); rebound_mode(x) = static_cast<int>(mode);
rebound_timer(x) = kReboundAcceptPause; rebound_timer(x) = kReboundAcceptPause;
played_rebound_sound(x) = false;
P_SetTarget(&rebound_target(x), target); P_SetTarget(&rebound_target(x), target);
}; };