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