mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Update submodules
This commit is contained in:
2
hecl/extern/athena
vendored
2
hecl/extern/athena
vendored
Submodule hecl/extern/athena updated: 3371af733e...ed7161b7f8
2
hecl/extern/boo
vendored
2
hecl/extern/boo
vendored
Submodule hecl/extern/boo updated: fa45c6750a...25fadc7348
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user