1
0
Fork 0

Fixed a missing return value.

This commit is contained in:
madmaxoft 2014-07-11 00:06:58 +02:00
parent 2bd486660a
commit 6cea81e383
1 changed files with 2 additions and 0 deletions

View File

@ -1698,6 +1698,8 @@ bool cPlayer::LoadFromDisk(void)
{
return true;
}
return false;
}