mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	reset memory in nearer/furthest map
This commit is contained in:
		| @@ -2987,7 +2987,7 @@ int read_pattern_args() { | ||||
|   return 0; | ||||
|   } | ||||
|  | ||||
| auto ah_pattern = addHook(hooks_args, 0, read_pattern_args); | ||||
| auto ah_pattern = addHook(hooks_args, 0, read_pattern_args) + addHook(clearmemory, 100, [] { patterns::computed_nearer_map.clear(); patterns::computed_furthest_map.clear(); }); | ||||
| #endif | ||||
|  | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue