mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	removed namespace stereo which is no longer used
This commit is contained in:
		| @@ -77,13 +77,6 @@ int utfsize(char c) { | ||||
| EX int get_sightrange() { return getDistLimit() + sightrange_bonus; } | ||||
| EX int get_sightrange_ambush() { return max(get_sightrange(), ambush_distance); } | ||||
|  | ||||
| namespace stereo { | ||||
|   eStereo mode; | ||||
|   ld ipd; | ||||
|   ld lr_eyewidth, anaglyph_eyewidth; | ||||
|   ld fov, tanfov; | ||||
|   } | ||||
|  | ||||
| bool display_data::in_anaglyph() { return vid.stereo_mode == sAnaglyph; } | ||||
| bool display_data::stereo_active() { return vid.stereo_mode != sOFF; } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue