mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	Consistently name every hookset with prefix hooks_. NFC.
				
					
				
			I'm sure this causes massive merge-conflicts in the non-public code, but I think it'd be a good idea, if only to avoid confusion between e.g. `clearMemory` and the-variable-formerly-known-as `clearmemory`.
This commit is contained in:
		| @@ -3418,7 +3418,7 @@ EX namespace ca { | ||||
|     } | ||||
| EX } | ||||
|  | ||||
| auto ccm = addHook(clearmemory, 0, [] () { | ||||
| auto ccm = addHook(hooks_clearmemory, 0, [] () { | ||||
|   heat::offscreen_heat.clear(); | ||||
|   heat::offscreen_fire.clear(); | ||||
|   princess::clear(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Arthur O'Dwyer
					Arthur O'Dwyer