From 40fdd62c38417feb8c1a7d880e1dc0c226a31e7a Mon Sep 17 00:00:00 2001 From: "born a rick, raised a morty, died a jerry" Date: Sat, 9 Feb 2019 01:15:20 -0500 Subject: [PATCH] how can signs be real if stepmania isnt real --- src/Profile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Profile.cpp b/src/Profile.cpp index 3b10d807f9..abbdaa9363 100644 --- a/src/Profile.cpp +++ b/src/Profile.cpp @@ -1806,7 +1806,7 @@ class LunaProfile : public Luna auto& sgv = p->goalmap[ck].goals; bool herp = false; int ez = 0; - for (int i = 0; i < sgv.size(); ++i) + for (size_t i = 0; i < sgv.size(); ++i) if (lround(sgv[i].rate * 10000.f) == lround(FArg(2) * 10000.f) && !sgv[i].achieved && sgv[i].percent <= sgv[ez].percent) { ez = i;