Skip to content

Commit

Permalink
Fix OptionRow reference problems & remove some more NUM_PLAYER vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Dec 22, 2018
1 parent 06e7294 commit f5b6c0d
Show file tree
Hide file tree
Showing 21 changed files with 232 additions and 287 deletions.
4 changes: 2 additions & 2 deletions src/OptionRow.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ class OptionRow : public ActorFrame

void SetModIcon(PlayerNumber pn, const RString& sText, GameCommand& gc);

void ImportOptions(const vector<PlayerNumber>& vpns);
int ExportOptions(const vector<PlayerNumber>& vpns,
void ImportOptions(const PlayerNumber& vpns);
int ExportOptions(const PlayerNumber& vpns,
bool bRowHasFocus);

enum RowType
Expand Down
Loading

0 comments on commit f5b6c0d

Please sign in to comment.