Home
last modified time | relevance | path

Searched refs:totalsynctics (Results 1 – 14 of 14) sorted by relevance

/dports/games/jfsw/jfsw-c434002/src/
H A Ddemo.c421 while (totalclock > totalsynctics) in DemoPlayBack()
606 while ((totalclock > totalsynctics)) in ScenePlayBack()
H A Dsave.c492 MWRITE(&totalsynctics,sizeof(totalsynctics),1,fil); in SaveGame()
1004 MREAD(&totalsynctics,sizeof(totalsynctics),1,fil); // same as kens lockclock in LoadGame()
1220 totalclock = totalsynctics; in LoadGame()
1221 ototalclock = totalsynctics; in LoadGame()
H A Dnet.c789 totalsynctics = 0; in InitTimingVars()
H A Dtrack.c2175 sop->bob_sine_ndx = (totalsynctics << sop->bob_speed) & 2047; in MoveZ()
2788 sop->bob_sine_ndx = (totalsynctics << sop->bob_speed) & 2047; in OperateSectorObject()
H A Dgame.h2234 extern int lockspeed,totalsynctics;
H A Dgame.c247 int totalsynctics; variable
H A Dplayer.c8048 totalsynctics += synctics; in domovethings()
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dsave.cpp499 MWRITE(&totalsynctics,sizeof(totalsynctics),1,fil); in SaveGame()
1007 MREAD(&totalsynctics,sizeof(totalsynctics),1,fil); // same as kens lockclock in LoadGame()
1229 totalclock = totalsynctics; in LoadGame()
1230 ototalclock = totalsynctics; in LoadGame()
H A Ddemo.cpp456 while (totalclock > totalsynctics) in DemoPlayBack()
H A Dnetwork.cpp935 totalsynctics = 0; in InitTimingVars()
H A Dtrack.cpp2182 sop->bob_sine_ndx = (totalsynctics << sop->bob_speed) & 2047; in MoveZ()
2790 sop->bob_sine_ndx = (totalsynctics << sop->bob_speed) & 2047; in OperateSectorObjectForTics()
H A Dgame.h2226 extern int lockspeed,totalsynctics;
H A Dgame.cpp259 int totalsynctics; variable
H A Dplayer.cpp8056 totalsynctics += synctics; in domovethings()