From: havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Sun, 8 May 2011 19:49:05 +0000 (+0000)
Subject: fix a C++ compile error
X-Git-Tag: xonotic-v0.6.0~163^2~416
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=19370b494c664501e846a704f007e86d416dd382;p=xonotic%2Fdarkplaces.git

fix a C++ compile error


git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11130 d7cf8633-e32d-0410-b094-e92efae38249
---

diff --git a/prvm_edict.c b/prvm_edict.c
index f2c14db2..7b70d223 100644
--- a/prvm_edict.c
+++ b/prvm_edict.c
@@ -2097,7 +2097,7 @@ void PRVM_LoadProgs (const char * filename, int numrequiredfunc, const char **re
 	char *instrings;
 	fs_offset_t filesize;
 	int requiredglobalspace;
-	int op;
+	opcode_t op;
 	int a;
 	int b;
 	int c;