summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorRachel Bryk <RachelBryk@gmail.com>2013-09-09 03:12:42 -0400
committerRachel Bryk <RachelBryk@gmail.com>2013-09-09 03:12:42 -0400
commit0d341e9f284820e28e290ba2d2e6ff2d10f75ecf (patch)
tree5a71bff6f08d34843a15e3466817517640da498b /Source
parent772046647a7e9d65414137e4faecdebf41f667c8 (diff)
[NetPlay] Fix copy and paste error.
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/Core/Src/NetPlayClient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Core/Src/NetPlayClient.cpp b/Source/Core/Core/Src/NetPlayClient.cpp
index be259ae8af..bc6ca9d393 100644
--- a/Source/Core/Core/Src/NetPlayClient.cpp
+++ b/Source/Core/Core/Src/NetPlayClient.cpp
@@ -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.