You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QString text = QString("%1 / %2").arg(int(monsterHPval + 0.5)).arg(int(maxHP + 0.5));
86
83
87
84
float percent = monsterHPval / maxHP;
@@ -107,10 +104,6 @@ void fly_mode()
107
104
float val = 0;
108
105
while (true)
109
106
{
110
-
//Read monster HP at start to block execution if not in a hunt, because otherwise this function can read a pointer mid change in the menu and softlock itself, heh.
111
-
//Not really needed if using the non safe version.
0 commit comments