r4581 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Oct 2 11:47:08 EDT 2008


Author: div0
Date: 2008-10-02 11:47:08 -0400 (Thu, 02 Oct 2008)
New Revision: 4581

Modified:
   trunk/data/qcsrc/client/Main.qc
   trunk/data/qcsrc/client/View.qc
Log:
load dprint


Modified: trunk/data/qcsrc/client/Main.qc
===================================================================
--- trunk/data/qcsrc/client/Main.qc	2008-10-02 15:35:34 UTC (rev 4580)
+++ trunk/data/qcsrc/client/Main.qc	2008-10-02 15:47:08 UTC (rev 4581)
@@ -72,6 +72,7 @@
 	
 	float i;
 	CSQC_CheckEngine();
+	dprint_load();
 
 	configdb = db_create();
 	binddb = db_create();

Modified: trunk/data/qcsrc/client/View.qc
===================================================================
--- trunk/data/qcsrc/client/View.qc	2008-10-02 15:35:34 UTC (rev 4580)
+++ trunk/data/qcsrc/client/View.qc	2008-10-02 15:47:08 UTC (rev 4581)
@@ -188,6 +188,7 @@
 {
 	entity e;
 	float fov;
+	dprint_load();
 
 	// Render the Scene
 	view_origin = pmove_org + '0 0 1' * getstati(STAT_VIEWHEIGHT);




More information about the nexuiz-commits mailing list