mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	rulegen:: ufind in extend_analyzer just in case
This commit is contained in:
		| @@ -676,6 +676,7 @@ EX vector<twalker> spread(analyzer& a, twalker cw) { | ||||
|   } | ||||
|  | ||||
| void extend_analyzer(twalker cw_target, int dir, int id, int mism, twalker rg) { | ||||
|   ufind(cw_target); ufind(rg); | ||||
|   if(debugflags & DF_GEOM) | ||||
|     println(hlog, "extend called, cw_target = ", cw_target); | ||||
|   twalker cw_conflict = cw_target + dir + wstep; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue