mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
do not showMissionScreen with game_keys_scroll
This commit is contained in:
parent
5e59f299c6
commit
cafd721284
@ -117,7 +117,7 @@ EX movedir vectodir(hyperpoint P) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
EX void remission() {
|
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) {
|
EX hyperpoint move_destination_vec(int d) {
|
||||||
|
Loading…
Reference in New Issue
Block a user