Disable single character tokens when parsing old save games.

This commit is contained in:
Bill Currie 2011-08-11 14:23:25 +09:00
parent ff857a9c71
commit 5d52810b9c

View file

@ -639,6 +639,7 @@ Host_Loadgame_f (void)
Qclose (f);
script = Script_New ();
script->single = ""; // disable {}()': lexing
Script_Start (script, name->str, script_data);
Script_GetToken (script, 1);