]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
add a note about multi base track handling here
authorRudolf Polzer <divverent@xonotic.org>
Fri, 2 Aug 2013 05:06:57 +0000 (07:06 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Fri, 2 Aug 2013 05:06:57 +0000 (07:06 +0200)
qcsrc/client/target_music.qc

index 77cb2536eccad2d9e800b2f58695f049b0f5c81b..4bbbf03bc574582bb9981296d334e6ccc6998b9c 100644 (file)
@@ -2,6 +2,7 @@ float music_disabled;
 entity music_default;
 entity music_target;
 entity music_trigger;
+// FIXME also control bgmvolume here, to not require a target_music for the default track.
 
 .float state;
 .float lastvol;