fix null server compilation

This commit is contained in:
Daniel Wolf 2020-03-16 19:42:32 -04:00
parent ba417cde9c
commit c7f5d3384c
No known key found for this signature in database
GPG Key ID: E8FEA551AA478F9A
1 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// sv_null.c -- this file can stub out the entire server system
// for pure net-only clients
#include "../qcommon/qcommon.h"
void SV_Init (void)
{
}
@ -28,7 +30,7 @@ void SV_Shutdown (char *finalmsg, qboolean reconnect)
{
}
void SV_Frame (float time)
void SV_Frame (int msec)
{
}