fabiangreffrath / taradino

SDL2 port of Rise of the Triad
GNU General Public License v2.0
29 stars 8 forks source link

get rid of `Z_Realloc()` #32

Closed fabiangreffrath closed 1 year ago

fabiangreffrath commented 1 year ago

It was only used in one occasion, i.e. for the lumpinfo[] array and we can just as well use stdlib's realloc() there.