]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cgamevm.h
optional portal based determination of lit surfaces (good speed gain, enough to make...
[xonotic/darkplaces.git] / cgamevm.h
index c4a292382076f500f91d9ca1a9f755fccd3ecccb..75ce188d6b5fe2f6e06f4465bb8db777f0f9be7d 100644 (file)
--- a/cgamevm.h
+++ b/cgamevm.h
@@ -6,7 +6,7 @@ void CL_CGVM_Init(void);
 void CL_CGVM_Clear(void);
 void CL_CGVM_Frame(void);
 void CL_CGVM_Start(void);
-void CL_CGVM_ParseNetwork(byte *netbuffer, int length);
+void CL_CGVM_ParseNetwork(qbyte *netbuffer, int length);
 
 #endif