mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-29 16:57:56 +00:00
do not showMissionScreen with game_keys_scroll
This commit is contained in:
@@ -117,7 +117,7 @@ EX movedir vectodir(hyperpoint P) {
|
||||
}
|
||||
|
||||
EX void remission() {
|
||||
if(!canmove && (cmode & sm::NORMAL)) showMissionScreen();
|
||||
if(!canmove && (cmode & sm::NORMAL) && !game_keys_scroll) showMissionScreen();
|
||||
}
|
||||
|
||||
EX hyperpoint move_destination_vec(int d) {
|
||||
|
Reference in New Issue
Block a user