Skip to content

Engine: Reduce EXTRATILES from 3840 to 1792 (= 32512 - MAXTILES)

Dino Bollinger requested to merge dibollinger/eduke32:fix_extratiles into master

Previously, MAXTILES+EXTRATILES went above the highest possible 16 bit integer value of 32767, which is the datatype used to store tilenums.

Merge request reports