Fixed a missing return value.
This commit is contained in:
parent
2bd486660a
commit
6cea81e383
@ -1698,6 +1698,8 @@ bool cPlayer::LoadFromDisk(void)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user