mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 00:30:38 +00:00
progs modularity improvements. what WAS sv_progs is now sv_pr_state, qwprog is
now sv_progs and the progs loading code no longer falls back to qwprogs.dat or progs.dat. Also, call SV_Progs_Init_Cvars (forgot to do this earlier)
This commit is contained in:
parent
3c18a79299
commit
a24894dc70
13 changed files with 216 additions and 210 deletions
|
@ -71,9 +71,10 @@ typedef struct progs_s progs_t;
|
|||
//============================================================================
|
||||
|
||||
void PR_Init (void);
|
||||
void PR_Init_Cvars (void);
|
||||
|
||||
void PR_ExecuteProgram (progs_t *pr, func_t fnum);
|
||||
void PR_LoadProgs (progs_t *pr);
|
||||
void PR_LoadProgs (progs_t *pr, char *progsname);
|
||||
|
||||
void PR_Profile_f (void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue