mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	Fix -Wsuggest-override on Clang
This commit is contained in:
		| @@ -39,7 +39,7 @@ struct hrmap_rewrite : hrmap_hyperbolic { | ||||
|   map<heptagon*, pair<heptagon*, string> > asg; | ||||
|   map<pair<heptagon*, string>, heptagon*> asg_rev; | ||||
|  | ||||
|   heptagon *create_step(heptagon *h, int direction) { | ||||
|   heptagon *create_step(heptagon *h, int direction) override { | ||||
|     if(h->move(direction)) return h->move(direction); | ||||
|     if(asg.empty()) { asg[h] = {h, start}; h->zebraval = 0; } | ||||
|      | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Arthur O'Dwyer
					Arthur O'Dwyer