1
This commit is contained in:
parent
88f9102ea2
commit
51677255fa
@ -181,7 +181,7 @@ namespace MetaData
|
|||||||
std::vector<std::string> buff_strings;
|
std::vector<std::string> buff_strings;
|
||||||
a8::Split(i->power_buff(), buff_strings, '|');
|
a8::Split(i->power_buff(), buff_strings, '|');
|
||||||
if (time_strings.size() == gun_strings.size() && gun_strings.size() == buff_strings.size()) {
|
if (time_strings.size() == gun_strings.size() && gun_strings.size() == buff_strings.size()) {
|
||||||
int last_time = 0;
|
int last_time = -1;
|
||||||
for (size_t i = 0; i < time_strings.size(); ++i) {
|
for (size_t i = 0; i < time_strings.size(); ++i) {
|
||||||
int time = a8::XValue(time_strings[i]);
|
int time = a8::XValue(time_strings[i]);
|
||||||
int gun = a8::XValue(gun_strings[i]);
|
int gun = a8::XValue(gun_strings[i]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user