]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud.qh
Fix typedefs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud.qh
index bebf60c77ec06399a4a02d9d6e61b3cd7c65fe58..f880a810f6eb2c6a7dc53b797f1b3f67ea1422e1 100644 (file)
@@ -82,7 +82,7 @@ vector panel_size_backup;
 vector panel_size_copied;
 
 entity panel;
-entityclass(HUDPanel)
+entityclass(HUDPanel);
 class(HUDPanel) .string panel_name;
 class(HUDPanel) .int panel_id;
 class(HUDPanel) .vector current_panel_pos;