From 0d341e9f284820e28e290ba2d2e6ff2d10f75ecf Mon Sep 17 00:00:00 2001 From: Rachel Bryk Date: Mon, 9 Sep 2013 03:12:42 -0400 Subject: [PATCH] [NetPlay] Fix copy and paste error. --- Source/Core/Core/Src/NetPlayClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.