Skip to content

Fixed: actors with the CLIENTSIDEONLY flag didn't create splashes in online games.

The function P_HitWater is what's responsible to spawning terrain splashes. Clients were never allowed to execute this function, but even when the actor had the CLIENTSIDEONLY flag enabled. It's fair to say that clients should still be allowed to spawn splashes for actors that only exist on their end.

Edited by Adam Kaminski

Merge request reports

Loading