Home
last modified time | relevance | path

Searched refs:animatesect (Results 1 – 4 of 4) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/
H A Dsector1.c100 if ( s->sectnum == animatesect[j] ) in check_activator_motion()
406 dasect = animatesect[i]; in doanimations()
416 animatesect[i] = animatesect[animatecnt]; in doanimations()
417 if( sector[animatesect[i]].lotag == 18 || sector[animatesect[i]].lotag == 19 ) in doanimations()
418 if(animateptr[i] == &sector[animatesect[i]].ceilingz) in doanimations()
430 if( animateptr[i] == &sector[animatesect[i]].floorz) in doanimations()
489 animatesect[j] = animsect; in setanimation()
H A DGLOBAL.C47 short animatesect[MAXANIMATES]; variable
H A DDUKE3D.H533 extern short animatesect[MAXANIMATES];
H A Dmenus1.c347 kdfread(&animatesect[0],2,MAXANIMATES,fil); in loadplayer()
693 dfwrite(&animatesect[0],2,MAXANIMATES,fil); in saveplayer()