Duke3d: Fix typo in G_CheckActivatorMotion()
G_CheckSectorMotion(int sectNum)
expects the sector number, not the sprite number.
Tested and confirmed to fix the issues encountered in the AMC TC.
G_CheckSectorMotion(int sectNum)
expects the sector number, not the sprite number.
Tested and confirmed to fix the issues encountered in the AMC TC.