]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/menu/xonotic/dialog.qc
Optimize vehicle impact code by only calling vlen() if damage would be taken
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog.qc
1 #include "dialog.qh"
2
3 void XonoticDialog_configureDialog(entity me)
4 {
5         currentDialog = me;
6         SUPER(XonoticDialog).configureDialog(me);
7 }