mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 00:30:57 +00:00
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:
parent
bdd5c8aa96
commit
b3f76e1e48
8 changed files with 113 additions and 5 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue