Wren testing

This commit is contained in:
iikorni
2026-09-03 22:18:23 -05:00
parent f1c99067d8
commit 1a0dad769c
49 changed files with 14712 additions and 72 deletions
+2
View File
@@ -23,6 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <cstring>
#include "pr_wren.hpp"
#include "quakedef.hpp"
server_t sv;
@@ -1404,6 +1405,7 @@ void SV_SpawnServer(const char *server) {
// load progs to get entity field count
PR_LoadProgs();
wren::load_progs();
// allocate server memory
/* Host_ClearMemory() called above already cleared the whole sv structure */