mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Init date for demo dirs
This commit is contained in:
parent
29644780af
commit
a4b32d19a1
|
@ -756,6 +756,7 @@ int CMenus::DemolistFetchCallback(const char *pName, time_t Date, int IsDir, int
|
|||
str_format(Item.m_aName, sizeof(Item.m_aName), "%s/", pName);
|
||||
Item.m_InfosLoaded = false;
|
||||
Item.m_Valid = false;
|
||||
Item.m_Date = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue