mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 00:30:38 +00:00
The "Save Endy's Life" commit
Um, %d is not for floats, use %f
This commit is contained in:
parent
3a43cea3b7
commit
39dcc9fdf3
5 changed files with 19 additions and 13 deletions
|
@ -99,6 +99,8 @@ void ED_ParseGlobals (char *data);
|
|||
|
||||
void ED_LoadFromFile (char *data);
|
||||
|
||||
ddef_t *ED_FindField (char *name);
|
||||
|
||||
//define EDICT_NUM(n) ((edict_t *)(sv.edicts+ (n)*pr_edict_size))
|
||||
//define NUM_FOR_EDICT(e) (((byte *)(e) - sv.edicts)/pr_edict_size)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue