Skip to content

Commit

Permalink
Fix rebase failures.
Browse files Browse the repository at this point in the history
Remember: compile, then commit.
  • Loading branch information
MaddTheSane committed Jun 25, 2024
1 parent 87bfe31 commit 3a5c055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netcon/mtclient/mtclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -480,12 +480,12 @@ static int SearchMasterTrackerGameMenu();
static void CheckPXOForAnomalies();
static void DoMTFrame();
static void DoMTGameOver();
static int JoinNewLobby(char *lobby);
static int JoinNewLobby(const char *lobby);
static int ShowMessageOfTheDay();
static const char *SendWhisper(const char *name);
static int JoinPrivateLobby();
static int FindPilot();
static int GetPilotStats(char *pilot);
static int GetPilotStats(const char *pilot);

int GetGameByHandle(uint32_t handle) {
int j;
Expand Down

0 comments on commit 3a5c055

Please sign in to comment.