From 19370b494c664501e846a704f007e86d416dd382 Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 8 May 2011 19:49:05 +0000 Subject: [PATCH] fix a C++ compile error git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11130 d7cf8633-e32d-0410-b094-e92efae38249 --- prvm_edict.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2