We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b3f21 commit 13ef09fCopy full SHA for 13ef09f
1 file changed
Solution/source/Submenus/PedAnimation.cpp
@@ -616,6 +616,22 @@ namespace sub
616
}
617
return;
618
};
619
+ if (flagPlus)
620
+ {
621
+ for (auto it = AnimFlag::vFlagNames.begin(); it != AnimFlag::vFlagNames.end(); ++it)
622
623
+ if (it->first == g_customAnimFlag)
624
625
+ ++it;
626
+ if (it != AnimFlag::vFlagNames.end())
627
628
+ g_customAnimFlag = it->first;
629
+ }
630
+ break;
631
632
633
+ return;
634
+ };
635
if (flagMinus)
636
{
637
for (auto it = AnimFlag::vFlagNames.rbegin(); it != AnimFlag::vFlagNames.rend(); ++it)
0 commit comments