mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 19:25:35 +08:00
fix typo
This commit is contained in:
parent
a450f77e03
commit
2176a57ae6
@ -128,7 +128,7 @@ Steam_User_Stats::InternalSetResult<int32> Steam_User_Stats::set_stat_internal(
|
|||||||
} catch(...){}
|
} catch(...){}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (indicate_progress && (stats_data->second + settings->start_int_min_diff_progress) >= nData) {
|
if (indicate_progress && (stats_data->second + settings->stat_int_min_diff_progress) >= nData) {
|
||||||
IndicateAchievementProgress(t.name.c_str(), nData, std::stoi(t.max_value));
|
IndicateAchievementProgress(t.name.c_str(), nData, std::stoi(t.max_value));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user