]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progs.h
fix a couple EDICT_NUM errors that often happened when loading savegames with more...
[xonotic/darkplaces.git] / progs.h
diff --git a/progs.h b/progs.h
index 9fdaffd44b302ea3b28b7e80f041a11e5a74815b..ee5d9e2eb2c0ac940a9d3f90a8a59bd2b4c8f2c6 100644 (file)
--- a/progs.h
+++ b/progs.h
@@ -154,6 +154,8 @@ void PR_Profile_f (void);
 
 void PR_Crash (void);
 
+void SV_IncreaseEdicts(void);
+
 edict_t *ED_Alloc (void);
 void ED_Free (edict_t *ed);
 void ED_ClearEdict (edict_t *e);