diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-09-23 22:49:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-24 00:49:43 -0500 |
commit | 0d3b11e81a215875fc533db17895613c47a4da73 (patch) | |
tree | d392a83755f1b7631c241c100c9e778d96ef5527 /src/rescue_team_info.c | |
parent | 8237e29a164211eb2ec4cd161eb4183cc1947fee (diff) |
Data work and decomp some mail/pelipper board (#54)
* data work and decomp some mail/pelipper board
* resuce -> rescue
* label more data
Diffstat (limited to 'src/rescue_team_info.c')
-rw-r--r-- | src/rescue_team_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rescue_team_info.c b/src/rescue_team_info.c index ccae32c..9de46ad 100644 --- a/src/rescue_team_info.c +++ b/src/rescue_team_info.c @@ -42,7 +42,7 @@ struct RescueTeamData *GetRescueTeamInfo(void) return &gRescueTeamInfo; } -void InitializeResuceTeamInfo(void) +void InitializeRescueTeamInfo(void) { BoundedCopyStringtoBuffer(gRescueTeamInfoRef->teamName, gTeamNamePlaceholder, TEAM_NAME_LENGTH); gRescueTeamInfoRef->teamRankPts = 0; |