diff --git a/codemp/qcommon/vm_x86.cpp b/codemp/qcommon/vm_x86.cpp index 41e497c..a1f500b 100644 --- a/codemp/qcommon/vm_x86.cpp +++ b/codemp/qcommon/vm_x86.cpp @@ -67,7 +67,7 @@ static int asmCallPtr = (int)doAsmCall; #endif // !_WIN32 -static int callMask = 0; // bk001213 - init +int callMask = 0; // bk001213 - init static int instruction, pass, lastConst; static int oc0, oc1, pop0, pop1;