mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-07-10 08:21:24 +00:00
Fix mistake
This commit is contained in:
parent
fbca1b435a
commit
3eb278684a
1 changed files with 1 additions and 1 deletions
|
|
@ -2142,7 +2142,7 @@ static void readcupheader(MYFILE *f, cupheader_t *cup)
|
|||
do {
|
||||
INT32 map = G_MapNumber(tmp);
|
||||
|
||||
if (map >= nummapheaders)
|
||||
if (map > nummapheaders)
|
||||
{
|
||||
deh_warning("Unknown map name '%s'\n", tmp);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue