Code Editing Tutorials
Disabling DeathCam

Open WL_ACT2.C . Now do a search for "A_StartDeathCam". Every time you find this, you replace it with "NULL". Example(Old Schabbs code):
statetype s_schabbdie6 ={false,SPR_SCHABB_DEAD,20,NULL,A_StartDeathCam,&s_schabbdie6};
New Schabbs code:
statetype s_schabbdie6 = {false,SPR_SCHABB_DEAD,20,NULL,NULL,&s_schabbdie6};
 

Get back to the Dome tutorials
Jump to the top