Skip to content

Commit

Permalink
Update src/advanced_inv_pane.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
alef and github-actions[bot] authored Jul 28, 2024
1 parent 9a753b3 commit 88d619b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/advanced_inv_pane.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ void advanced_inventory_pane::load_settings( int saved_area_idx,
filter = save_state->filter;
if( area == AIM_CONTAINER ) {
container = save_state->container;
}
container_base_loc = static_cast<aim_location>( save_state->container_base_loc );
}

Expand Down

0 comments on commit 88d619b

Please sign in to comment.