mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
change return type of M_CheckMODVersion to boolean
This commit is contained in:
parent
1fa80d57dd
commit
cfa4bbd75b
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…
Add table
Reference in a new issue