mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-15 02:32:07 +00:00
added sm::MAYDARK to some dialogs
This commit is contained in:
+1
-1
@@ -932,7 +932,7 @@ void delayed_reset() {
|
||||
|
||||
void show() {
|
||||
#if CAP_ORIENTATION
|
||||
cmode = sm::SIDE;
|
||||
cmode = sm::SIDE | sm::MAYDARK;
|
||||
gamescreen(0);
|
||||
|
||||
dialog::init(XLAT("scrolling by device rotation"));
|
||||
|
||||
Reference in New Issue
Block a user