diff --git a/source/ngc/menu.cpp b/source/ngc/menu.cpp index 0e0fe1f..2d22249 100644 --- a/source/ngc/menu.cpp +++ b/source/ngc/menu.cpp @@ -1388,7 +1388,7 @@ static int MenuGame() if(WPAD_Probe(i, NULL) == WPAD_ERR_NONE) { newStatus = true; - newLevel = int(userInput[i].wpad->battery_level / 100.0) << 2; + newLevel = (userInput[i].wpad->battery_level / 100.0) * 4; if(newLevel > 4) newLevel = 4; } else