diff --git a/graph.cpp b/graph.cpp index 9323de5d..4eed9ac6 100644 --- a/graph.cpp +++ b/graph.cpp @@ -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();