Skip to content

Duke3d: Fix typo in G_CheckActivatorMotion()

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

G_CheckSectorMotion(int sectNum) expects the sector number, not the sprite number.

Tested and confirmed to fix the issues encountered in the AMC TC.

Merge request reports