mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-16 06:37:38 +00:00
in mouseover help, just display the slide name if tour::on && \!tour::texts
This commit is contained in:
2
help.cpp
2
help.cpp
@@ -998,6 +998,8 @@ EX void describeMouseover() {
|
|||||||
callhooks(hooks_mouseover, c);
|
callhooks(hooks_mouseover, c);
|
||||||
|
|
||||||
if(mousey < vid.fsize * 3/2 && getcstat == '-' && !instat) getcstat = SDLK_F1;
|
if(mousey < vid.fsize * 3/2 && getcstat == '-' && !instat) getcstat = SDLK_F1;
|
||||||
|
if(tour::on && !tour::texts)
|
||||||
|
mouseovers = XLAT(tour::slides[tour::currentslide].name);
|
||||||
}
|
}
|
||||||
|
|
||||||
EX void showHelp() {
|
EX void showHelp() {
|
||||||
|
Reference in New Issue
Block a user