1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-26 11:27:39 +00:00

racing:: first commit

This commit is contained in:
Zeno Rogue
2018-11-17 19:30:50 +01:00
parent 74ad8ea135
commit 16a5e45c0a
9 changed files with 479 additions and 2 deletions

View File

@@ -857,6 +857,11 @@ named_functionality get_o_key() {
});
#endif
#if CAP_RACING
if(racing::on)
return named_dialog(XLAT("racing mode"), racing::show);
#endif
if(viewdists)
return named_functionality(XLAT("geometry experiments"), runGeometryExperiments);