]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - dpdefs/progsdefs.qc
sys_win: Delete sys_win and conproc. We no longer use these.
[xonotic/darkplaces.git] / dpdefs / progsdefs.qc
index 912c3ecabe18bee45be837d061a6a388f684376b..68f161ce289f47e4dc805e01c84a9d04820b9d52 100644 (file)
@@ -402,9 +402,9 @@ void(entity e, vector o) setorigin  = #2;
 void(entity e, string m) setmodel      = #3;           // set movetype and solid first
 void(entity e, vector min, vector max) setsize = #4;
 // #5 was removed
-void() break                                           = #6;
+void() break_to_debugger                                               = #6;
 float() random                                         = #7;           // returns 0 - 1
-void(entity e, float chan, string samp, float vol, float atten) sound = #8;
+void(entity e, float chan, string samp, float volume, ...) sound = #8;
 vector(vector v) normalize                     = #9;
 void(string e, ...) error                              = #10;
 void(string e, ...) objerror                           = #11;