mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-26 00:40:56 +00:00
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:
parent
48f86ce594
commit
5629f4f433
1 changed files with 1 additions and 0 deletions
|
@ -5117,6 +5117,7 @@ GAMEEXEC_STATIC void VM_Execute(native_t loop)
|
||||||
((uint8_t *) aGameArrays[destArray].pValues)[destArrayIndex] = Gv_GetArrayValue(srcArray, srcArrayIndex++);
|
((uint8_t *) aGameArrays[destArray].pValues)[destArrayIndex] = Gv_GetArrayValue(srcArray, srcArrayIndex++);
|
||||||
destArrayIndex += destInc;
|
destArrayIndex += destInc;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case GAMEARRAY_BITMAP:
|
case GAMEARRAY_BITMAP:
|
||||||
for (; numElements > 0; --numElements)
|
for (; numElements > 0; --numElements)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue