Fix linux build

This commit is contained in:
yaz0r 2025-06-21 21:03:45 -07:00
parent 8eea2f4217
commit 14126c19eb
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ void handleAnim2d() {
}
}
std::memmove(&Index2[j + 2], &Index2[j + 1], (NbAffObjets + i - j - 1) * sizeof(Index2[0]));
memmove(&Index2[j + 2], &Index2[j + 1], (NbAffObjets + i - j - 1) * sizeof(Index2[0]));
Index2[j + 1] = 0x8000 + i;
}