removed an unnecessary CL_KeepaliveMessage call in model purging
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4794
d7cf8633-e32d-0410-b094-
e92efae38249
msg.cursize = 0;
MSG_WriteChar(&msg, svc_nop);
NetConn_SendUnreliableMessage(cls.netcon, &msg);
- // try not to utterly crush the computer with work, that's just rude
- Sys_Sleep(1);
}
}
// anything that isn't needed
Mod_ClearUsed();
for (i = 1;i < nummodels;i++)
- {
- CL_KeepaliveMessage();
Mod_FindName(parse_model_precache[i]);
- }
Mod_PurgeUnused();
// do the same for sounds