mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-11-04 07:43:02 +00:00 
			
		
		
		
	slide help is now string
This commit is contained in:
		
							
								
								
									
										2
									
								
								tour.cpp
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tour.cpp
									
									
									
									
									
								
							@@ -41,7 +41,7 @@ struct slide {
 | 
			
		||||
  /** \brief various flags */
 | 
			
		||||
  flagtype flags; 
 | 
			
		||||
  /** \brief the helptext */
 | 
			
		||||
  const char *help; 
 | 
			
		||||
  string help; 
 | 
			
		||||
  /** \brief This function is called while this slide is displayed. Parameter hr::tour::presmode mode says what should be done */
 | 
			
		||||
  function<void(presmode mode)> action;
 | 
			
		||||
  };  
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user