mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	rogueviz:: fix legend disabling HUD if there is nothing to show
This commit is contained in:
		| @@ -704,7 +704,7 @@ bool rogueviz_hud() { | |||||||
|  |  | ||||||
|   int legit = qet + isize(legend); |   int legit = qet + isize(legend); | ||||||
|    |    | ||||||
|   if(legit == 0) return true; |   if(legit == 0) return false; | ||||||
|    |    | ||||||
|   initquickqueue(); |   initquickqueue(); | ||||||
|    |    | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue