]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/sortlist.qh
Fix quickmenu command "Send private message to" adding a space in the beginning of...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / sortlist.qh
index 1b84287139e570c77cd5bdad67ebb9863166528f..298314810063b5e5dfbbaf0e85d648750b2eff61 100644 (file)
@@ -1,8 +1,9 @@
 #ifndef SORTLIST_H
 #define SORTLIST_H
 
+entityclass(Sort);
 //.float(entity,entity) sort_cmp;
-.entity sort_next, sort_prev;
+class(Sort) .entity sort_next, sort_prev;
 
 entity Sort_Spawn();