2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-21 08:19:11 +00:00

Runtime: Resolve -Wrange-loop-analysis warnings

This commit is contained in:
2020-09-18 16:47:59 -04:00
parent e531affd21
commit 834fe39074
6 changed files with 19 additions and 19 deletions

View File

@@ -645,7 +645,7 @@ bool CTryclops::sub8025dbd0(CStateManager& mgr) {
return true;
}
for (const TUniqueId id : nearList) {
for (const auto& id : nearList) {
if (id == GetUniqueId()) {
continue;
}