mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 04:22:34 +00:00
- seems the wrong version of this got committed...
This commit is contained in:
parent
41f2f61b94
commit
e780cd8297
1 changed files with 1 additions and 1 deletions
|
@ -273,8 +273,8 @@ VMFrameStack::~VMFrameStack()
|
|||
|
||||
VMFrame *VMFrameStack::AllocFrame(VMScriptFunction *func)
|
||||
{
|
||||
frame->Func = func;
|
||||
VMFrame *frame = Alloc(func->StackSize);
|
||||
frame->Func = func;
|
||||
frame->NumRegD = func->NumRegD;
|
||||
frame->NumRegF = func->NumRegF;
|
||||
frame->NumRegS = func->NumRegS;
|
||||
|
|
Loading…
Reference in a new issue