mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
correct a comment and ws
This commit is contained in:
parent
0550741fb9
commit
fafc578440
1 changed files with 2 additions and 2 deletions
|
@ -288,7 +288,7 @@ ED_ParseEpair (progs_t *pr, pr_type_t *base, ddef_t *key, const char *s)
|
||||||
ED_ParseEdict
|
ED_ParseEdict
|
||||||
|
|
||||||
Parses an edict out of the given string, returning the new position
|
Parses an edict out of the given string, returning the new position
|
||||||
ed should be a properly initialized empty edict.
|
ent should be a properly initialized empty edict.
|
||||||
Used for initial level load and for savegames.
|
Used for initial level load and for savegames.
|
||||||
*/
|
*/
|
||||||
const char *
|
const char *
|
||||||
|
|
Loading…
Reference in a new issue