mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	added missing 'override' markers
This commit is contained in:
		| @@ -151,7 +151,7 @@ namespace binary { | ||||
|  | ||||
|     hrmap_binary() : hrmap_hyperbolic() { set_seed(); } | ||||
|  | ||||
|     heptagon *create_step(heptagon *parent, int d) { | ||||
|     heptagon *create_step(heptagon *parent, int d) override { | ||||
|       auto h = parent; | ||||
|       switch(geometry) { | ||||
|         case gBinaryTiling: { | ||||
| @@ -320,7 +320,7 @@ namespace binary { | ||||
|       return NULL; | ||||
|       } | ||||
|  | ||||
|     void draw() { | ||||
|     void draw() override { | ||||
|       dq::visited.clear(); | ||||
|       dq::enqueue(viewctr.at, cview()); | ||||
|        | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue