mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	intra:: shift_view_portal now calls itself recursively so multiple portal passes at once work
This commit is contained in:
		| @@ -523,7 +523,7 @@ EX void shift_view_portal(hyperpoint H) { | |||||||
|   println(hlog, "maxv = ", maxv); |   println(hlog, "maxv = ", maxv); | ||||||
|   shift_view(H * maxv); |   shift_view(H * maxv); | ||||||
|   check_portal_movement(); |   check_portal_movement(); | ||||||
|   shift_view(H * (1 - maxv)); |   shift_view_portal(H * (1 - maxv)); | ||||||
|   } |   } | ||||||
|  |  | ||||||
| EX const connection_data* through_portal() { | EX const connection_data* through_portal() { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue