mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
pr_xstatement now always reflects the currently executing statement making
debugging easier in the event of a segfault
This commit is contained in:
parent
567b905590
commit
80e85226b9
3 changed files with 51 additions and 44 deletions
|
@ -65,7 +65,7 @@ void PR_Init (void);
|
|||
void PR_Init_Cvars (void);
|
||||
|
||||
void PR_PrintStatement (progs_t * pr, dstatement_t *s);
|
||||
int PR_EnterFunction (progs_t * pr, dfunction_t *f);
|
||||
void PR_EnterFunction (progs_t * pr, dfunction_t *f);
|
||||
void PR_ExecuteProgram (progs_t *pr, func_t fnum);
|
||||
void PR_LoadProgsFile (progs_t * pr, QFile *file, int size, int edicts,
|
||||
int zone);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue