Merge remote-tracking branch 'origin/pr/571'

This commit is contained in:
Peter Tissen 2014-07-14 22:02:26 +02:00
commit 38333f01e3
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ bool rFile::Open(const std::string &filename, rFile::OpenMode mode, int access)
bool rFile::Exists(const std::string &file)
{
rExists(file);
return rExists(file);
}
bool rFile::IsOpened() const