More compile fixes. I decided to worry about getters/setters later and just allow public members to continue to be public for now.

This commit is contained in:
hispidence 2022-01-28 13:40:01 +00:00
parent 1e31dc52d5
commit a66b6cc230
12 changed files with 2330 additions and 3008 deletions

View file

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