mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-05 10:35:52 +00:00
Update submodules
This commit is contained in:
parent
b12b858f3d
commit
f0b73d268d
2
hecl/extern/athena
vendored
2
hecl/extern/athena
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 3371af733eb4dbc088ee3cc4a2c8bdcfca1e8f48
|
Subproject commit ed7161b7f85563ad24e347cffd0fee3ddbe7da95
|
2
hecl/extern/boo
vendored
2
hecl/extern/boo
vendored
@ -1 +1 @@
|
|||||||
Subproject commit fa45c6750a0d9d876341017a7e2b4915afa90369
|
Subproject commit 25fadc73481b5cbda6c1473c84a1b2c00ec3d468
|
@ -192,7 +192,7 @@ public:
|
|||||||
if (idx + Length > size())
|
if (idx + Length > size())
|
||||||
return -1;
|
return -1;
|
||||||
bool good = true;
|
bool good = true;
|
||||||
for (int i = 0; i < Length; ++i) {
|
for (unsigned i = 0; i < Length; ++i) {
|
||||||
int ThisIdx = idx + i;
|
int ThisIdx = idx + i;
|
||||||
if (!test(ThisIdx)) {
|
if (!test(ThisIdx)) {
|
||||||
good = false;
|
good = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user