X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fbgmscript.qh;h=2ce69ca2c361a7b504a69b5c4714f94245a6d90f;hb=a6ede18f3930ee325bc70fb104ce72b0d1f04667;hp=e1be9c805ca69e4512c7b9038ccaa88a9eb617a7;hpb=4bd11aeeefd1c90b1dd3a55beaf13f5e48de083b;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/bgmscript.qh b/qcsrc/client/bgmscript.qh index e1be9c805..2ce69ca2c 100644 --- a/qcsrc/client/bgmscript.qh +++ b/qcsrc/client/bgmscript.qh @@ -2,7 +2,11 @@ #include +float autocvar_bgmvolume; + classfield(BGMScript) .float just_toggled; +float bgmtime; + void BGMScript_InitEntity(entity e); float doBGMScript(entity e);