[nexuiz-commits] r7601 - trunk/data/qcsrc/menu

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Sep 3 01:47:37 EDT 2009


Author: div0
Date: 2009-09-03 01:47:37 -0400 (Thu, 03 Sep 2009)
New Revision: 7601

Modified:
   trunk/data/qcsrc/menu/mbuiltin.qh
Log:
make declaration of getresolution match DP


Modified: trunk/data/qcsrc/menu/mbuiltin.qh
===================================================================
--- trunk/data/qcsrc/menu/mbuiltin.qh	2009-09-03 02:26:38 UTC (rev 7600)
+++ trunk/data/qcsrc/menu/mbuiltin.qh	2009-09-03 05:47:37 UTC (rev 7601)
@@ -226,7 +226,7 @@
 float	isfunction(string function_name) = #607;
 void	callfunction(...) = #605;
 void	writetofile(float fhandle, entity ent) = #606;
-vector	getresolution(float number) = #608;
+vector	getresolution(float number, ...) = #608; // optional argument "isfullscreen"
 string	keynumtostring(float keynum) = #609;
 string	findkeysforcommand(string command) = #610;
 



More information about the nexuiz-commits mailing list