mirror of
https://github.com/ioquake/jedi-academy.git
synced 2024-11-25 05:31:50 +00:00
callMask needs to be externally visible
This commit is contained in:
parent
4d32952cd6
commit
e454e9ebd7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue