mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-01-31 04:50:48 +00:00
- the #if was in the wrong place.
This commit is contained in:
parent
a5edd48996
commit
3879e67cee
1 changed files with 1 additions and 1 deletions
|
@ -664,9 +664,9 @@ begin:
|
||||||
VMReturn returns[MAX_RETURNS];
|
VMReturn returns[MAX_RETURNS];
|
||||||
int numret;
|
int numret;
|
||||||
|
|
||||||
|
b = B;
|
||||||
#if 0
|
#if 0
|
||||||
// [ZZ] hax!
|
// [ZZ] hax!
|
||||||
b = B;
|
|
||||||
if (call->BarrierSide == 3) // :( - this is Side_Virtual. Side_Virtual should receive special arguments.
|
if (call->BarrierSide == 3) // :( - this is Side_Virtual. Side_Virtual should receive special arguments.
|
||||||
{
|
{
|
||||||
PFunction* calledfunc = (PFunction*)(reg.param + f->NumParam - b)[0].a;
|
PFunction* calledfunc = (PFunction*)(reg.param + f->NumParam - b)[0].a;
|
||||||
|
|
Loading…
Reference in a new issue