X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fctf.qc;fp=qcsrc%2Fclient%2Fctf.qc;h=aecef1a33addfb198e90485787a8771e976d83de;hp=b940754be1c5af67f6a5484c4161fffe74597c11;hb=3a264e945a45a04f4566feb9e9a91e0d5266361e;hpb=3846c9bd40c2b3c1aa220c1eeef9198b1912aab4 diff --git a/qcsrc/client/ctf.qc b/qcsrc/client/ctf.qc index b940754be1..aecef1a33a 100644 --- a/qcsrc/client/ctf.qc +++ b/qcsrc/client/ctf.qc @@ -19,7 +19,7 @@ void() menu_close = strunzone(ctf_temp_1);*/ localcmd("\nin_bindmap 0 0;"); -}; +} void() order_menu_render = { @@ -56,7 +56,7 @@ void() order_menu_render = } else { menu_close(); } -}; +} float(float bInputType, float nPrimary, float nSecondary) order_menu_action = { @@ -134,14 +134,14 @@ float(float bInputType, float nPrimary, float nSecondary) order_menu_action = return FALSE; } return TRUE; -}; +} void() order_menu_show = { order_page = 0; menu_show = order_menu_render; menu_action = order_menu_action; -}; +} void() ctf_menu_render = @@ -162,7 +162,7 @@ void() ctf_menu_render = } else { menu_close(); } -}; +} float(float bInputType, float nPrimary, float nSecondary) ctf_menu_action = { @@ -188,7 +188,7 @@ float(float bInputType, float nPrimary, float nSecondary) ctf_menu_action = return FALSE; } return TRUE; -}; +} void() ctf_menu_show = { @@ -198,7 +198,7 @@ void() ctf_menu_show = menu_action = ctf_menu_action; menu_visible = TRUE; //menu_default_binds(); -}; +} void() ctf_view = { @@ -214,6 +214,6 @@ void() ctf_view = } else { drawstring('0 0 0', _("Awaiting orders..."), '8 8 0', '1 1 1', 0.5, 0); } -}; +} #endif