diff --git a/polymer/eduke32/build/src/engine.c b/polymer/eduke32/build/src/engine.c index ca83a356f..9df3d5aad 100644 --- a/polymer/eduke32/build/src/engine.c +++ b/polymer/eduke32/build/src/engine.c @@ -2303,7 +2303,7 @@ int32_t engine_addtsprite(int16_t z, int16_t sectnum) { sortcnt = &yax_spritesortcnt[yax_globallev]; if (*sortcnt >= MAXSPRITESONSCREEN) - return 0; + return 1; yax_tsprite[yax_globallev][*sortcnt] = z; if (yax_globalbunch >= 0)