SW: Fix -Wsizeof-pointer-memaccess

git-svn-id: https://svn.eduke32.com/eduke32@7535 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2019-04-08 06:28:39 +00:00 committed by Christoph Oelckers
parent d97f1ed79e
commit 54b7b27eb0

View file

@ -173,7 +173,7 @@ void ClearStartMost(void)
for (i = 0; i < xdim; i++)
startdmost[i] = ydim;
memset(startumost, 0, sizeof(startumost));
memset(startumost, 0, xdim * sizeof(int16_t));
}
void