mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 00:42:08 +00:00
- fixed: concmd_actor wrote beyond the end of the ScriptCode array.
This was causing spurious crashes.
This commit is contained in:
parent
3210dd5782
commit
e549aa0527
1 changed files with 0 additions and 1 deletions
|
@ -1192,7 +1192,6 @@ int ConCompiler::parsecommand()
|
|||
|
||||
for (j = 0; j < 4; j++)
|
||||
{
|
||||
setscriptvalue(parsing_actor + j, 0);
|
||||
if (j == 3)
|
||||
{
|
||||
j = 0;
|
||||
|
|
Loading…
Reference in a new issue