]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix a C++ compile error
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 8 May 2011 19:49:05 +0000 (19:49 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 8 May 2011 19:49:05 +0000 (19:49 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11130 d7cf8633-e32d-0410-b094-e92efae38249

prvm_edict.c

index f2c14db2f1ecf2cb945c95ee6873c0cc4a0fd53d..7b70d223b0bc2e6d83f10d7d9b78215ed6bb8948 100644 (file)
@@ -2097,7 +2097,7 @@ void PRVM_LoadProgs (const char * filename, int numrequiredfunc, const char **re
        char *instrings;
        fs_offset_t filesize;
        int requiredglobalspace;
        char *instrings;
        fs_offset_t filesize;
        int requiredglobalspace;
-       int op;
+       opcode_t op;
        int a;
        int b;
        int c;
        int a;
        int b;
        int c;