mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
removed namespace stereo which is no longer used
This commit is contained in:
parent
c60b96c1b8
commit
838d6a583a
@ -77,13 +77,6 @@ int utfsize(char c) {
|
|||||||
EX int get_sightrange() { return getDistLimit() + sightrange_bonus; }
|
EX int get_sightrange() { return getDistLimit() + sightrange_bonus; }
|
||||||
EX int get_sightrange_ambush() { return max(get_sightrange(), ambush_distance); }
|
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::in_anaglyph() { return vid.stereo_mode == sAnaglyph; }
|
||||||
bool display_data::stereo_active() { return vid.stereo_mode != sOFF; }
|
bool display_data::stereo_active() { return vid.stereo_mode != sOFF; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user