Skip to content

Commit

Permalink
Update src/game.h
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
GalacticApple and github-actions[bot] authored May 26, 2024
1 parent 73618ea commit 7c5c47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game.h
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ class game
void disp_NPCs(); // Currently for debug use. Lists global NPCs.

void list_missions(); // Listed current, completed and failed missions (mission_ui.cpp)
bool verify_dynamic_power( std::string
bool verify_dynamic_power( std::string
dyn ); //Checks to make sure the faction power requirements are met for dynamic endings
private:
// Input related
Expand Down

0 comments on commit 7c5c47e

Please sign in to comment.