mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
fixed typo
This commit is contained in:
parent
29de27f9dd
commit
c1b23535ff
|
@ -1137,7 +1137,7 @@ int CServer::LoadMap(const char *pMapName)
|
|||
str_copy(m_aCurrentMap, pMapName, sizeof(m_aCurrentMap));
|
||||
//map_set(df);
|
||||
|
||||
// load compelate map into memory for download
|
||||
// load complete map into memory for download
|
||||
{
|
||||
IOHANDLE File = Storage()->OpenFile(aBuf, IOFLAG_READ, IStorage::TYPE_ALL);
|
||||
m_CurrentMapSize = (int)io_length(File);
|
||||
|
|
Loading…
Reference in a new issue