change return type of M_CheckMODVersion to boolean

This commit is contained in:
Monster Iestyn 2018-11-19 17:47:23 +00:00
parent 797f9d180e
commit 418943acdc
1 changed files with 1 additions and 1 deletions

View File

@ -6048,7 +6048,7 @@ void M_SortServerList(void)
#ifndef NONET
#ifdef UPDATE_ALERT
static int M_CheckMODVersion(void)
static boolean M_CheckMODVersion(void)
{
char updatestring[500];
const char *updatecheck = GetMODVersion();