fixed comment
This commit is contained in:
parent
b0be6cb02d
commit
d5c6d0666e
@ -1372,7 +1372,7 @@ bool cPlayer::LoadFromDisk()
|
|||||||
cFile f;
|
cFile f;
|
||||||
if (!f.Open(SourceFile, cFile::fmRead))
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user