mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 22:12:59 +00:00 
			
		
		
		
	ray:: memory cleanup with fixed map
This commit is contained in:
		| @@ -2108,7 +2108,8 @@ int readArgs() { | ||||
|   return 0; | ||||
|   } | ||||
|  | ||||
| auto hook = addHook(hooks_args, 100, readArgs); | ||||
| auto hook = addHook(hooks_args, 100, readArgs) | ||||
|  + addHook(hooks_clearmemory, 40, [] { rmap = {}; }); | ||||
| #endif | ||||
|  | ||||
| #if CAP_CONFIG | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue