Skip to content

Commit

Permalink
Merge pull request #61 from AtomicFox556/devbranch
Browse files Browse the repository at this point in the history
Build fix
  • Loading branch information
AtomicFox556 authored Jan 22, 2023
2 parents e3d8d93 + a93d008 commit b13ccd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2851,6 +2851,10 @@ void options_manager::add_options_world_default()
void options_manager::add_options_debug()
{

const auto add_empty_line = [&]() {
world_default_page_.items_.emplace_back();
};

add( "FOV_3D", "debug", to_translation( "Experimental 3D field of vision" ),
to_translation( "If true and the world is in Z-level mode, the vision will extend beyond current Z-level. If false, vision is limited to current Z-level. Currently very bugged!" ),
false
Expand Down

0 comments on commit b13ccd6

Please sign in to comment.