Possible fix to the overflow of edicts...

This commit is contained in:
Johnny Bergström 2004-07-13 15:19:36 +00:00
parent 06dd58e7a4
commit 60c6b1703d

View File

@ -1387,7 +1387,7 @@ edict_s* FN_CreateNamedEntity(int classname) {
g_precachedknife = true; g_precachedknife = true;
} }
RETURN_META_VALUE(MRES_IGNORED, CREATENAMEDENTITY(classname)); RETURN_META_VALUE(MRES_IGNORED, 0);
} }
void FN_ServerDeactivate() { void FN_ServerDeactivate() {