mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	prime shown in showQuotientConfig3
This commit is contained in:
		| @@ -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(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue