X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fsoundlist.qc;h=159cd76c53d60a2bfe8c3b3c73c9fea6a74b9679;hp=6d283526801ac95de2ae61d99a882832c72d716d;hb=21307f327df5609b82d90496c1c6156d636d1c8d;hpb=785232fc90ed7bd7038c79f65534a7e79efd7f45 diff --git a/qcsrc/menu/xonotic/soundlist.qc b/qcsrc/menu/xonotic/soundlist.qc index 6d2835268..159cd76c5 100644 --- a/qcsrc/menu/xonotic/soundlist.qc +++ b/qcsrc/menu/xonotic/soundlist.qc @@ -24,7 +24,7 @@ CLASS(XonoticSoundList, XonoticListBox) ATTRIB(XonoticSoundList, itemAbsSize, vector, '0 0 0') ATTRIB(XonoticSoundList, filterString, string, string_null) - ATTRIB(XonoticSoundList, playlist, entity, world) + ATTRIB(XonoticSoundList, playlist, entity, NULL) ENDCLASS(XonoticSoundList) entity makeXonoticSoundList();