Plugin stuff.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@242 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-09-24 02:45:41 +00:00
parent c3cc229964
commit 114501d2cb

View file

@ -1923,6 +1923,8 @@ void CL_FTP_f(void)
{
FTP_Client_Command(Cmd_Args());
}
#endif
#ifdef IRCCLIENT
void CL_IRC_f(void)
{
IRC_Command(Cmd_Args());
@ -2347,6 +2349,8 @@ void Host_Frame (float time)
POP3_Think();
#endif
Plug_Tick();
// decide the simulation time
realtime += time;
if (oldrealtime > realtime)
@ -2657,6 +2661,8 @@ Con_TPrintf (TL_NL);
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. "
"\n"
"See the GNU General Public License for more details.\n");
Plug_Init();
}