Home
last modified time | relevance | path

Searched refs:myjumpingcounter (Results 1 – 6 of 6) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/
H A Dgame8.c711 myjumpingcounter = p->jumping_counter; in fakedomovethingscorrect()
845 myjumpingcounter = 0; in fakedomovethings()
900 myjumpingcounter = 0; in fakedomovethings()
971 else if(myjumpingcounter == 0) in fakedomovethings()
1001 if( myjumpingcounter == 0 ) in fakedomovethings()
1004 myjumpingcounter = 1; in fakedomovethings()
1010 if(myjumpingcounter) in fakedomovethings()
1019 if( myjumpingcounter < (1024+256) ) in fakedomovethings()
1023 myjumpingcounter = 0; in fakedomovethings()
1036 myjumpingcounter = 0; in fakedomovethings()
[all …]
H A DGLOBAL.C156 short myang, omyang, mycursectnum, myjumpingcounter,frags[MAXPLAYERS][MAXPLAYERS]; variable
H A DDUKE3D.H579 extern short myang, omyang, mycursectnum, myjumpingcounter;
H A Dpremap.c2295 myjumpingcounter = ps[myconnectindex].jumping_counter; in enterlevel()
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dnet.cpp862 myjumpingcounter = 0; in Net_DoPrediction()
899 myjumpingcounter = 0; in Net_DoPrediction()
992 else if (myjumpingcounter == 0) in Net_DoPrediction()
1010 if (myjumpingcounter == 0) in Net_DoPrediction()
1018 myjumpingcounter = 0; in Net_DoPrediction()
1021 if (myjumpingcounter) in Net_DoPrediction()
1030 myjumpingcounter = 0; in Net_DoPrediction()
1036 myjumpingcounter += 180; in Net_DoPrediction()
1042 myjumpingcounter = 0; in Net_DoPrediction()
1051 myjumpingcounter = 0; in Net_DoPrediction()
[all …]
H A Dglobal.h109 G_EXTERN int16_t mycursectnum, myjumpingcounter; variable