]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/main.qh
Remove a legacy hack to test cs_project breakage that predates Xonotic and is very...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / main.qh
index 56dae7f4f191d5216faf83e120c9d86447bd3444..a2b0fe31c962c70277b5e6987eda31e997df5a3a 100644 (file)
@@ -103,6 +103,12 @@ float current_viewzoom;
 float zoomin_effect;
 bool warmup_stage;
 
+string hostname;
+string welcome_msg;
+float welcome_msg_menu_check_maxtime;
+bool welcome_msg_force_centerprint;
+void Welcome_Message_Show_Try();
+
 void Fog_Force();
 
 string _getcommandkey(string text, string command, bool forcename);
@@ -117,7 +123,6 @@ bool vote_waiting_for_me;
 
 float current_zoomfraction;
 
-int cs_project_is_b0rked;
 int vid_width, vid_height;
 float vid_pixelheight;