mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Disable room editor
This commit is contained in:
@@ -10,8 +10,12 @@ bool IsMacPlusSoundBanned()
|
||||
return false;
|
||||
}
|
||||
|
||||
// High scores disabled until dialogs work
|
||||
bool IsHighScoreDisabled()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
bool IsRoomEditorDisabled()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user