mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
searchfilemenu: Replace first with 0 here as toaster suggested
This commit is contained in:
parent
9d8d239eab
commit
3ef4b7db0d
1 changed files with 1 additions and 1 deletions
|
|
@ -596,7 +596,7 @@ void searchfilemenu(char *tempname)
|
||||||
|
|
||||||
if (tempname)
|
if (tempname)
|
||||||
{
|
{
|
||||||
dir_on[menudepthleft] = first;
|
dir_on[menudepthleft] = 0;
|
||||||
Z_Free(tempname);
|
Z_Free(tempname);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue