mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-01 21:10:35 +00:00
prime shown in showQuotientConfig3
This commit is contained in:
parent
2a9a2b68cc
commit
4c3703026f
@ -444,7 +444,7 @@ EX void showQuotientConfig3() {
|
|||||||
auto&l = ds.hashes_found;
|
auto&l = ds.hashes_found;
|
||||||
for(auto& v: l) {
|
for(auto& v: l) {
|
||||||
char x = 'a';
|
char x = 'a';
|
||||||
string s = XLAT("#%1, cells: %2", itsh(v.first), its(get<5>(v.second)));
|
string s = XLAT("#%1, cells: %2, p=%3", itsh(v.first), its(get<5>(v.second)), its(get<0>(v.second)) + (get<1>(v.second) ? "²" : ""));
|
||||||
dialog::addItem(s, x++);
|
dialog::addItem(s, x++);
|
||||||
dialog::add_action([&v] {
|
dialog::add_action([&v] {
|
||||||
stop_game();
|
stop_game();
|
||||||
|
Loading…
Reference in New Issue
Block a user