mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	bringris:: fixed typo
This commit is contained in:
		| @@ -1646,7 +1646,7 @@ auto hooks = | ||||
| #ifdef BRINGRIS | ||||
| auto hook1= | ||||
|     addHook(hooks_config, 100, [] { | ||||
|       if(arg::curphase =1 1)  | ||||
|       if(arg::curphase == 1)  | ||||
|         conffile = "bringris.ini"; | ||||
|       if(arg::curphase == 2) init_all();       | ||||
|       }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue