mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 05:23:00 +00:00 
			
		
		
		
	disable X'es in set_multi
This commit is contained in:
		| @@ -2312,6 +2312,7 @@ EX void draw_model_elements() { | |||||||
|       } |       } | ||||||
|  |  | ||||||
|     case mdTwoPoint: case mdSimulatedPerspective: fallthrough: { |     case mdTwoPoint: case mdSimulatedPerspective: fallthrough: { | ||||||
|  |       if(set_multi) return; /* no need */ | ||||||
|       ld a = -pconf.model_orientation * degree; |       ld a = -pconf.model_orientation * degree; | ||||||
|       queuestr(shiftless(xspinpush0(a, +pconf.twopoint_param)), vid.xres / 100, "X", ringcolor >> 8); |       queuestr(shiftless(xspinpush0(a, +pconf.twopoint_param)), vid.xres / 100, "X", ringcolor >> 8); | ||||||
|       queuestr(shiftless(xspinpush0(a, -pconf.twopoint_param)), vid.xres / 100, "X", ringcolor >> 8); |       queuestr(shiftless(xspinpush0(a, -pconf.twopoint_param)), vid.xres / 100, "X", ringcolor >> 8); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue