More compile fixes.

This commit is contained in:
hispidence 2022-01-28 00:01:42 +00:00
parent cd9c3e7544
commit 1e31dc52d5
5 changed files with 16 additions and 9 deletions

View file

@ -318,3 +318,8 @@ bool GameFlow::DoGameflow()
return true;
}
bool GameFlow::CanPlayAnyLevel(int index) const
{
return PlayAnyLevel;
}