X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fdialog_hudpanel_physics.qc;h=394ab14bc96e4d83a3bb1eb6fa6dd51e510706f4;hb=47657995a5256348fd223891d6f58f3366a59f09;hp=606f01aaab8e6ee3b0741b3166760780f22f0fa2;hpb=fc2be4c1e7547ae97301f7966333e4dc858baf92;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/dialog_hudpanel_physics.qc b/qcsrc/menu/xonotic/dialog_hudpanel_physics.qc index 606f01aaa..394ab14bc 100644 --- a/qcsrc/menu/xonotic/dialog_hudpanel_physics.qc +++ b/qcsrc/menu/xonotic/dialog_hudpanel_physics.qc @@ -2,7 +2,7 @@ #define DIALOG_HUDPANEL_PHYSICS_H #include "rootdialog.qc" CLASS(XonoticHUDPhysicsDialog, XonoticRootDialog) - METHOD(XonoticHUDPhysicsDialog, fill, void(entity)) + METHOD(XonoticHUDPhysicsDialog, fill, void(entity)); ATTRIB(XonoticHUDPhysicsDialog, title, string, _("Physics Panel")) ATTRIB(XonoticHUDPhysicsDialog, color, vector, SKINCOLOR_DIALOG_TEAMSELECT) ATTRIB(XonoticHUDPhysicsDialog, intendedWidth, float, 0.4)