mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-25 22:10:59 +00:00
Merge remote-tracking branch 'yquake2/master'
This commit is contained in:
commit
0273d6ba06
1 changed files with 1 additions and 1 deletions
|
@ -5518,7 +5518,7 @@ static qboolean
|
||||||
PlayerDirectoryList(void)
|
PlayerDirectoryList(void)
|
||||||
{
|
{
|
||||||
const char* findname = "players/*";
|
const char* findname = "players/*";
|
||||||
char** list = 0;
|
char** list = NULL;
|
||||||
int num = 0, dirnum = 0;
|
int num = 0, dirnum = 0;
|
||||||
size_t listoff = strlen(findname);
|
size_t listoff = strlen(findname);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue