1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 22:39:53 +00:00

changed 'conformal' link to 'models'

This commit is contained in:
Zeno Rogue 2018-03-27 14:09:10 +02:00
parent b74ca7b4c8
commit 3f45beba3b

View File

@ -735,7 +735,7 @@ namespace conformal {
dialog::addItem(XLAT("exit this menu"), 'q');
dialog::display();
mouseovers = XLAT("see http://www.roguetemple.com/z/hyper/conformal.php");
mouseovers = XLAT("see http://www.roguetemple.com/z/hyper/models.php");
keyhandler = handleKeyC;
}