From 82047462d5ba4d785783ce6d9d5934e31e2175a7 Mon Sep 17 00:00:00 2001 From: Treeki Date: Sun, 21 Oct 2012 17:43:07 +0200 Subject: fixed the MP lives in the HUD --- src/koopatlas/hud.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/koopatlas/hud.cpp b/src/koopatlas/hud.cpp index 2288fe7..2479133 100644 --- a/src/koopatlas/hud.cpp +++ b/src/koopatlas/hud.cpp @@ -564,7 +564,7 @@ void dWMHud_c::setupLives() { playerCount++; nw4r::lyt::Pane *facePane = (&P_marioFace_00)[playerID]; - facePane->trans = N_IconPosXP_00[i]->trans; + facePane->trans = N_IconPosXP_00[playerCount - 1]->trans; facePane->SetVisible(true); } } -- cgit v1.2.3