mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-13 14:07:04 +03:00
More compile fixes.
This commit is contained in:
parent
cd9c3e7544
commit
1e31dc52d5
5 changed files with 16 additions and 9 deletions
|
@ -318,3 +318,8 @@ bool GameFlow::DoGameflow()
|
|||
|
||||
return true;
|
||||
}
|
||||
|
||||
bool GameFlow::CanPlayAnyLevel(int index) const
|
||||
{
|
||||
return PlayAnyLevel;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue