mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	nilrider:: fixup to new levels
This commit is contained in:
		| @@ -81,6 +81,8 @@ struct goal { | ||||
|   goalchecker check; | ||||
|   }; | ||||
|  | ||||
| using surface_fun = std::function<ld(hyperpoint h)>; | ||||
|  | ||||
| struct level { | ||||
|   string name; | ||||
|   char hotkey; | ||||
| @@ -90,7 +92,7 @@ struct level { | ||||
|   vector<string> map_tiles; | ||||
|   ld startx, starty; | ||||
|   ld scale; | ||||
|   std::function<ld(hyperpoint h)> surface; | ||||
|   surface_fun surface; | ||||
|    | ||||
|   bool initialized; | ||||
|    | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue