pub const MAX_ACTIVE_SPRITES: usize = 64;
Hard cap on simultaneously active sprites. The active list is pruned every tick so this only matters during a key-mash spawn burst; 64 is well above MD2’s practical limit (~5-10).