shmup::addShmupHelp called even on invisible floors

This commit is contained in:
Zeno Rogue 2018-09-27 21:51:48 +02:00
parent 1b11f4e5e2
commit 1ee6b1eace
1 changed files with 3 additions and 0 deletions

View File

@ -901,6 +901,9 @@ void describeMouseover() {
help += "\n\n" + other_geometry() + forbidden_unmarked();
}
}
else {
shmup::addShmupHelp(out);
}
callhooks(hooks_mouseover, c);