Fix a typo in r5179.

git-svn-id: https://svn.eduke32.com/eduke32@5181 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2015-05-05 23:38:19 +00:00
parent bfc9941101
commit f186ecc58a

View file

@ -1086,7 +1086,7 @@ int32_t gloadtile_hi(int32_t dapic,int32_t dapalnum, int32_t facen, hicreplctyp
}
int32_t const bytesperline = siz.x * sizeof(coltype);
pic = (coltype *)Xcalloc(siz.x, bytesperline);
pic = (coltype *)Xcalloc(siz.y, bytesperline);
startticks = getticks();