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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user