Skip to content

Mapster32: Fix picnum upper bound for special function 2

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

This fixes the special function that deletes all sprites of a specific picnum.

Currently it can only select tiles up to MAXSPRITES when it should go up to MAXTILES.

Edited by Dino Bollinger

Merge request reports