Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dy_inter.c503 static tic_t animatetic = 0; in Y_IntermissionDrawer() local
518 animatetic = 0; in Y_IntermissionDrawer()
519 …else if (!animatetic && data.spec.bonuses[0].points == 0 && data.spec.bonuses[1].points == 0 && da… in Y_IntermissionDrawer()
520 animatetic = intertic + TICRATE; in Y_IntermissionDrawer()
522 if (animatetic && (tic_t)intertic >= animatetic) in Y_IntermissionDrawer()
525 INT32 animatetimer = (intertic - animatetic); in Y_IntermissionDrawer()