Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
Creckeryop committed Oct 6, 2019
1 parent 32bb3d9 commit 874ca81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bool get_day()
return day;
}

void load(int score)
void load(long long score)
{
record = score;
}
Expand Down
2 changes: 1 addition & 1 deletion src/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extern pipe pipes[3];
extern bird BIRD;

bool get_day();
void load(int score);
void load(long long score);
long long save();
long long get_score();
long long get_state();
Expand Down

0 comments on commit 874ca81

Please sign in to comment.