mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
FileExists -> VfsFileExists (see next commit)
scriptInterface: fix bool cast warning This was SVN commit r8984.
This commit is contained in:
@@ -615,7 +615,7 @@ void CConsole::LoadHistory()
|
||||
// just don't load anything in that case.
|
||||
|
||||
// do this before LoadFile to avoid an error message if file not found.
|
||||
if (!FileExists(m_sHistoryFile))
|
||||
if (!VfsFileExists(m_sHistoryFile))
|
||||
return;
|
||||
|
||||
shared_ptr<u8> buf; size_t buflen;
|
||||
|
||||
Reference in New Issue
Block a user