mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-23 07:36:16 +00:00
Changed: Minor typos
This commit is contained in:
parent
ef19fc9ec6
commit
d2da18ff10
3 changed files with 3 additions and 3 deletions
|
@ -148,7 +148,7 @@ void CGroupHTML::addImageDownload(const string &url, CViewBase *img)
|
||||||
nlwarning("add to download '%s' dest '%s' img %p", url.c_str(), dest.c_str(), img);
|
nlwarning("add to download '%s' dest '%s' img %p", url.c_str(), dest.c_str(), img);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// erase the tmp file if exists
|
// erase the tmp file if exists
|
||||||
if (NLMISC::CFile::fileExists(tmpdest))
|
if (NLMISC::CFile::fileExists(tmpdest))
|
||||||
NLMISC::CFile::deleteFile(tmpdest);
|
NLMISC::CFile::deleteFile(tmpdest);
|
||||||
|
|
||||||
|
|
|
@ -518,7 +518,7 @@ void CUserEntity::updateVisualPropertyName(const NLMISC::TGameCycle &gameCycle,
|
||||||
html->browse("home");
|
html->browse("home");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
}// updateVisualPropertyName //
|
}// updateVisualPropertyName //
|
||||||
|
|
||||||
//-----------------------------------------------
|
//-----------------------------------------------
|
||||||
|
|
|
@ -142,7 +142,7 @@ CDynChatChan::CDynChatChan()
|
||||||
_ID(CEntityId::Unknown),
|
_ID(CEntityId::Unknown),
|
||||||
_DontBroadcastPlayerInputs(false),
|
_DontBroadcastPlayerInputs(false),
|
||||||
_ForwardPlayerIntputToOwnerService(false),
|
_ForwardPlayerIntputToOwnerService(false),
|
||||||
_UnifyChannel(false)
|
_UnifyChannel(false)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue