mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 12:52:46 +00:00
82809eb856
I've decided that setting pr.max_edicts and pr.zone_size as part of the local progs initialization rather than in PR_LoadProgsFile makes more sense. For one, it is unlikely for the limits to change every time progs is reloaded. Also, they seem to be a property of the VM rather than the progs. However, there is nothing stopping the caller from updating max_edicts and zone_size every call. |
||
---|---|---|
.. | ||
Makefile.am | ||
pr_builtins.c | ||
pr_debug.c | ||
pr_edict.c | ||
pr_exec.c | ||
pr_load.c | ||
pr_opcode.c | ||
pr_parse.c | ||
pr_resolve.c | ||
pr_resource.c | ||
pr_strings.c | ||
pr_zone.c |