Simplified the fixes.

This commit is contained in:
Nichole Mattera
2020-08-12 21:08:25 -04:00
committed by Ethan Lee
parent 51119d4394
commit ab323a7550
3 changed files with 5 additions and 8 deletions

View File

@@ -617,7 +617,7 @@ void inline fixedloop()
//Mute button
#if !defined(NO_CUSTOM_LEVELS) && !defined(NO_EDITOR)
bool inEditor = ed.textentry || ed.scripthelppage == 1;
bool inEditor = ed.textentry || ed.textmod != TEXT_NONE || ed.scripthelppage == 1;
#else
bool inEditor = false;
#endif