1
0
This commit is contained in:
otya128
2016-12-24 19:45:06 +09:00
parent 96b25f178e
commit d5e2968357

View File

@@ -2364,7 +2364,7 @@ class BuiltinFunction
} }
foreach (i, j; l) foreach (i, j; l)
{ {
array[i] = Value(cast(int)j); array[cast(int)i] = Value(j);
} }
} }
static void ACLS(PetitComputer p) static void ACLS(PetitComputer p)