add some string builtins (only the basics for now, but enough to deal with

temporary strings) and fix the game load/save menus.
This commit is contained in:
Bill Currie 2004-01-07 07:36:17 +00:00
parent bdd5c8aa96
commit b3f76e1e48
8 changed files with 113 additions and 5 deletions

View file

@ -463,6 +463,7 @@ Menu_Init (void)
QFS_Progs_Init (&menu_pr_state);
PR_Cmds_Init (&menu_pr_state);
R_Progs_Init (&menu_pr_state);
String_Progs_Init (&menu_pr_state);
PR_AddLoadFunc (&menu_pr_state, menu_resolve_globals);