mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-21 19:32:21 +00:00
SERVER: Restore default message flag for ambient_bgm
This commit is contained in:
parent
818ccac2c7
commit
7e441e3ae9
1 changed files with 2 additions and 0 deletions
|
@ -134,6 +134,8 @@ void() ambient_bgm =
|
|||
self.spawnflags = 1;
|
||||
// sound to loop
|
||||
self.message = self.noise2;
|
||||
// backwards compatibility
|
||||
if (!self.message) self.message = "sounds/ambience/amb_loop.wav";
|
||||
// call ambient_generic()
|
||||
ambient_generic();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue