FIX
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user