Manually rebasing my r6899 over the formatting atrocity in r6895 broke my work.

git-svn-id: https://svn.eduke32.com/eduke32@6903 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2018-05-23 06:01:53 +00:00
parent 48f86ce594
commit 5629f4f433

View file

@ -5117,6 +5117,7 @@ GAMEEXEC_STATIC void VM_Execute(native_t loop)
((uint8_t *) aGameArrays[destArray].pValues)[destArrayIndex] = Gv_GetArrayValue(srcArray, srcArrayIndex++);
destArrayIndex += destInc;
}
break;
case GAMEARRAY_BITMAP:
for (; numElements > 0; --numElements)
{