- use a local pointer to the current level in FraggleScript parser.
Just to test a few things.
This commit is contained in:
parent
86551e53df
commit
95995e4aa3
4 changed files with 38 additions and 35 deletions
|
|
@ -219,7 +219,7 @@ void DFsScript::ParseScript(char *position)
|
|||
|
||||
try
|
||||
{
|
||||
FParser parse(this);
|
||||
FParser parse(&level, this);
|
||||
parse.Run(position, data, data + len);
|
||||
}
|
||||
catch (CFraggleScriptError &err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue