X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fmain.qh;h=9ea50c02b33d285aabce80a91a0504e470b2977f;hp=a0634d42c981244604f5a913051fe74e46af9e3c;hb=b8e3716086cc9249b2f93f86f082e1acbc922383;hpb=b067640a0a39aa413ec687818cc402b9562d3a28 diff --git a/qcsrc/client/main.qh b/qcsrc/client/main.qh index a0634d42c..9ea50c02b 100644 --- a/qcsrc/client/main.qh +++ b/qcsrc/client/main.qh @@ -117,6 +117,8 @@ float spectatorbutton_zoom; float button_attack2; float activeweapon; +float switchingweapon; +float switchweapon; float current_viewzoom; float zoomin_effect; float warmup_stage; @@ -144,6 +146,7 @@ float camera_roll; vector camera_direction; void centerprint(string strMessage); +void centerprint_generic(float new_id, string strMessage, float duration, float countdown_num); #define ALPHA_MIN_VISIBLE 0.003