no SIDE used on mobiles

This commit is contained in:
Zeno Rogue 2017-11-07 16:42:31 +01:00
parent 365057c37b
commit 5b7314764f
1 changed files with 6 additions and 0 deletions

View File

@ -5165,6 +5165,12 @@ int andmode;
#endif
void gamescreen(int _darken) {
if(ISMOBILE && (cmode & sm::SIDE)) {
cmode ^= sm::SIDE;
darken += 2;
}
darken = _darken;
if(conformal::includeHistory) conformal::restore();