I have Zandronum 2.1.2. The line in question:
Code: Select all
TNT1 A 0 A_Warp(AAPTR_MASTER,0,0,0,0,WARPF_INTERPOLATE|WARPF_NOCHECKPOSITION)
Code: Select all
TNT1 A 0 A_Warp(AAPTR_MASTER,0,0,0,0,WARPF_INTERPOLATE|WARPF_NOCHECKPOSITION)
Use a Zandronum 3.0 build, 2.1.2 does not yet have that action function.tarrasqueSorcerer wrote:I'm trying to make my ZDoom-based mod work with Zandronum, and I got stuck at the point where it doesn't recognize A_Warp. Does this function not exist yet in Zandronum? The wiki says that only extra arguments are from a new version.
I have Zandronum 2.1.2. The line in question:Code: Select all
TNT1 A 0 A_Warp(AAPTR_MASTER,0,0,0,0,WARPF_INTERPOLATE|WARPF_NOCHECKPOSITION)