]> git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/client/main.qh
Get VoreTournament code to compile with gmqcc. To be compiled with the same parameter...
[voretournament/voretournament.git] / data / qcsrc / client / main.qh
index e16c1088af8f734f0fae581a6bf218db8607563b..5d8799498c28d6cbb5cf221b54d26b81be181eb7 100644 (file)
@@ -1,5 +1,3 @@
-const string string_null;\r
-\r
 // --------------------------------------------------------------------------\r
 // MENU Functionality\r
 \r
@@ -11,7 +9,8 @@ const string string_null;
 #define DATABUF_NEXT (5*maxclients)\r
 \r
 void() menu_show_error;\r
-void() menu_sub_null;\r
+float(float, float, float) menu_sub_null_float;\r
+void () menu_sub_null_void;\r
 \r
 float menu_visible;\r
 var void() menu_show;\r