1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-09 04:49:04 +00:00

more fixes for mobiles

This commit is contained in:
Zeno Rogue
2018-12-15 17:54:36 +01:00
parent 8a6d3173bd
commit 52dfd434bb
3 changed files with 7 additions and 7 deletions

View File

@@ -5607,11 +5607,6 @@ void drawfullmap() {
void gamescreen(int _darken) {
if(ISMOBILE && (cmode & sm::SIDE)) {
cmode ^= sm::SIDE;
_darken += 2;
}
if((cmode & sm::MAYDARK) && !current_display->sidescreen) {
_darken += 2;
}