1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-02 13:21:22 +00:00

made background screen darkening consistent and optional

This commit is contained in:
Zeno Rogue
2022-07-05 11:51:06 +02:00
parent b3a394c266
commit 75f58766a2
39 changed files with 170 additions and 129 deletions

View File

@@ -190,7 +190,7 @@ EX namespace history {
int lastprogress;
EX void progress_screen() {
gamescreen(0);
gamescreen();
mouseovers = "";
}
@@ -570,7 +570,7 @@ EX namespace history {
EX void history_menu() {
cmode = sm::SIDE | sm::MAYDARK;
gamescreen(0);
gamescreen();
dialog::init(XLAT("history mode"));