mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- reserved script space must be nulled.
This commit is contained in:
parent
693b15a556
commit
5c48d355f1
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ static int popscriptvalue()
|
||||||
|
|
||||||
void reservescriptspace(int space)
|
void reservescriptspace(int space)
|
||||||
{
|
{
|
||||||
ScriptCode.Reserve(space);
|
for (int i = 0; i < space; i++) ScriptCode.Push(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue