mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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:
parent
c3cc229964
commit
114501d2cb
1 changed files with 6 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue