mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- missed a bit.
This commit is contained in:
parent
e2f3a09dd0
commit
d911cdcfe7
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@ begin:
|
|||
OP(SCOPE) :
|
||||
{
|
||||
ASSERTA(a); ASSERTA(C);
|
||||
FScopeBarrier::ValidateCall(((DObject*)a)->GetClass(), (VMFunction*)C, B);
|
||||
FScopeBarrier::ValidateCall(((DObject*)a)->GetClass(), (VMFunction*)C, B - 1);
|
||||
}
|
||||
NEXTOP;
|
||||
|
||||
|
|
Loading…
Reference in a new issue