From: havoc Date: Sun, 8 May 2011 19:49:05 +0000 (+0000) Subject: fix a C++ compile error X-Git-Tag: xonotic-v0.5.0~189 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3174621459c6a7428c553b6d5ba1a8bdf2e4821b;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 ::stable-branch::merge=19370b494c664501e846a704f007e86d416dd382 --- 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;