1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-28 06:08:14 +00:00

link displayed in the model menu

This commit is contained in:
Zeno Rogue 2018-11-01 19:01:23 +01:00
parent c80705be84
commit e070de9ae7

View File

@ -691,7 +691,9 @@ namespace conformal {
dialog::addItem(XLAT("hypersian rug mode"), 'u');
#endif
dialog::addBack();
dialog::display();
mouseovers = XLAT("see http://www.roguetemple.com/z/hyper/models.php");
keyhandler = [] (int sym, int uni) {
dialog::handleNavigation(sym, uni);