mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 10:01:54 +00:00
now only svs is reverenced where it shouldn't be, and that's to set info
strings (skybox and *progs). skybox is easy to take care of (aditional parse functions), but I haven't yet decided what to do with *progs. Also, progs code needs a bit of a cleanup, but that will come later.
This commit is contained in:
parent
ff89f60c74
commit
2debf6f669
13 changed files with 160 additions and 135 deletions
|
@ -404,6 +404,7 @@ extern progs_t sv_progs;
|
|||
|
||||
void SV_Error (char *error, ...) __attribute__((format(printf,1,2)));
|
||||
void SV_Init (void);
|
||||
void SV_Progs_Init (void);
|
||||
|
||||
void Con_Printf (char *fmt, ...) __attribute__((format(printf,1,2)));
|
||||
void Con_DPrintf (char *fmt, ...) __attribute__((format(printf,1,2)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue