Fix a comment.

The information I most wanted wasn't there :P
This commit is contained in:
Bill Currie 2012-11-22 13:36:08 +09:00
parent 95bd4ad410
commit eb8dfd78d0

View file

@ -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.