Skip to content

Don't init the sound system on dedicated servers

SteelT requested to merge SteelT/SRB2:dedicated-nosoundinit into master

Apprently on dedicated servers, SRB2 will still init the sound system, wasting memory by caching the level music into RAM. There is also a very low chance the level music could play for a split second as soon the dedicated server is up.

Merge request reports