Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[NetPlay] Fix copy and paste error.
  • Loading branch information
RachelBryk committed Sep 9, 2013
1 parent 7720466 commit 0d341e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Core/Src/NetPlayClient.cpp
Expand Up @@ -515,7 +515,7 @@ bool NetPlayClient::GetNetPads(const u8 pad_nb, const SPADStatus* const pad_stat
// We should add this split between "in-game" pads and "local"
// pads higher up.

int in_game_num = InGamePadToLocalPad(pad_nb);
int in_game_num = LocalPadToInGamePad(pad_nb);

// If this in-game pad is one of ours, then update from the
// information given.
Expand Down

0 comments on commit 0d341e9

Please sign in to comment.