mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 13:21:10 +00:00
change return type of M_CheckMODVersion to boolean
This commit is contained in:
parent
797f9d180e
commit
418943acdc
1 changed files with 1 additions and 1 deletions
|
@ -6048,7 +6048,7 @@ void M_SortServerList(void)
|
||||||
|
|
||||||
#ifndef NONET
|
#ifndef NONET
|
||||||
#ifdef UPDATE_ALERT
|
#ifdef UPDATE_ALERT
|
||||||
static int M_CheckMODVersion(void)
|
static boolean M_CheckMODVersion(void)
|
||||||
{
|
{
|
||||||
char updatestring[500];
|
char updatestring[500];
|
||||||
const char *updatecheck = GetMODVersion();
|
const char *updatecheck = GetMODVersion();
|
||||||
|
|
Loading…
Reference in a new issue