1
0
Fork 0

fixed comment

This commit is contained in:
Daniel O'Brien 2013-11-14 07:12:16 +11:00
parent b0be6cb02d
commit d5c6d0666e
1 changed files with 1 additions and 1 deletions

View File

@ -1372,7 +1372,7 @@ bool cPlayer::LoadFromDisk()
cFile f;
if (!f.Open(SourceFile, cFile::fmRead))
{
// This is a new player whom we haven't seen yet, bail, let them have the defaults
// This is a new player whom we haven't seen yet, bail out, let them have the defaults
return false;
}