r114 - trunk/code/qcommon

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Sep 26 16:09:52 EDT 2005


Author: tma
Date: 2005-09-26 16:09:52 -0400 (Mon, 26 Sep 2005)
New Revision: 114

Modified:
   trunk/code/qcommon/vm_none.c
Log:
* 64 bit fix


Modified: trunk/code/qcommon/vm_none.c
===================================================================
--- trunk/code/qcommon/vm_none.c	2005-09-26 20:09:18 UTC (rev 113)
+++ trunk/code/qcommon/vm_none.c	2005-09-26 20:09:52 UTC (rev 114)
@@ -1,6 +1,6 @@
 #include "vm_local.h"
 
-int VM_CallCompiled( vm_t *vm, int *args ) {
+int VM_CallCompiled( vm_t *vm, long *args ) {
 	exit(99);
 	return 0;
 }




More information about the quake3-commits mailing list