r690 - webspace/include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Mar 26 02:41:54 EST 2006


Author: floam
Date: 2006-03-26 02:41:54 -0500 (Sun, 26 Mar 2006)
New Revision: 690

Modified:
   webspace/include/help.php
Log:
Fix XHTML.


Modified: webspace/include/help.php
===================================================================
--- webspace/include/help.php	2006-03-26 07:36:47 UTC (rev 689)
+++ webspace/include/help.php	2006-03-26 07:41:54 UTC (rev 690)
@@ -166,12 +166,13 @@
 for each module (usually in <tt>cg_main.c</tt>, <tt>g_main.c</tt>, etc.) and similarly
 replace the return value in the prototype with <tt>intptr_t (arg0, arg1, …stay int)</tt>.
 </p><p>
-Add the following code snippet to <tt>q_shared.h</tt>:
+Add the following code snippet to <tt>q_shared.h</tt>:</p>
 <pre>#ifdef Q3_VM
 typedef int intptr_t;
 #else
 #include &lt;stdint.h&gt;
 #endif</pre>
+<p>
 <em>Note: if you simply wish to run mods on a 64bit platform, you do <strong>not</strong>
 need to recompile anything since by default Q3 uses a virtual machine system.</em></p>
 




More information about the quake3-commits mailing list