mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	added some missing guards
This commit is contained in:
		| @@ -2013,9 +2013,11 @@ EX void convert() { | ||||
|     sh.vertices.clear(); | ||||
|     sh.connections.clear(); | ||||
|     sh.cycle_length = id.modval; | ||||
|     #if CAP_ARCM | ||||
|     if(arcm::in()) | ||||
|       sh.orig_id = arcm::get_graphical_id(s); | ||||
|     else | ||||
|     #endif | ||||
|       sh.orig_id = shvid(s); | ||||
|     sh.repeat_value = t / id.modval; | ||||
|     sh.flags = hr::pseudohept(s) ? arcm::sfPH : 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue