mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 22:12:59 +00:00 
			
		
		
		
	fixed mouse tooltip messages in mobiles
This commit is contained in:
		
							
								
								
									
										3
									
								
								init.cpp
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								init.cpp
									
									
									
									
									
								
							| @@ -733,9 +733,8 @@ void mobile_draw(MOBPAR_FORMAL) { | ||||
|     achievement_final(false); | ||||
|     } | ||||
|      | ||||
|   if(clicked && andmode == 2 && (mouseover != lmouseover || mouseovers != lmouseovers)) { | ||||
|   if(clicked && andmode == 12 && (mouseover != lmouseover || mouseovers != lmouseovers)) { | ||||
|     addMessage(mouseovers); | ||||
|     showHelp(MOBPAR_ACTUAL, help); | ||||
|     lmouseovers = mouseovers; | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue