mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
Fix a comment.
The information I most wanted wasn't there :P
This commit is contained in:
parent
95bd4ad410
commit
eb8dfd78d0
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ typedef int pr_load_func_t (progs_t *pr);
|
|||
\param size bytes of \p file to read
|
||||
\param max_edicts \e number of entities to allocate space for
|
||||
\param zone minimum size of dynamic memory to allocate space for
|
||||
dynamic memory (bytes).
|
||||
|
||||
\note \e All runtime strings (permanent or temporary) are allocated from
|
||||
the VM's dynamic memory space, so be sure \p zone is of sufficient size.
|
||||
|
|
Loading…
Reference in a new issue