]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - common.h
upgraded both QuakeC VMs to use a table of negative string indices for all dynamic...
[xonotic/darkplaces.git] / common.h
index 3a73d7caaded518484d3920f36d17bd9cae7f6c2..8994079a7aa767ea631c207bbe7ee842c31823e7 100644 (file)
--- a/common.h
+++ b/common.h
@@ -53,7 +53,7 @@ void SZ_HexDumpToConsole(const sizebuf_t *buf);
 
 void Com_HexDumpToConsole(const qbyte *data, int size);
 
-unsigned short CRC_Block(qbyte *data, int size);
+unsigned short CRC_Block(const qbyte *data, int size);
 
 
 //============================================================================