Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Df_finale.c201 static INT32 sparkloffs[3][2]; // eggrock explosions/blackrock sparkles variable
1664 sparkloffs[2][0] = sparkloffs[1][0]; in F_GameEvaluationTicker()
1665 sparkloffs[2][1] = sparkloffs[1][1]; in F_GameEvaluationTicker()
1666 sparkloffs[1][0] = sparkloffs[0][0]; in F_GameEvaluationTicker()
1667 sparkloffs[1][1] = sparkloffs[0][1]; in F_GameEvaluationTicker()
1670 sparkloffs[0][1] = (30<<FRACBITS) + workingradius*FINESINE(workingangle); in F_GameEvaluationTicker()
1811 memset(sparkloffs, 0, sizeof(INT32)*3*2); in F_StartEnding()
1838 sparkloffs[0][1] = (30<<FRACBITS) + workingradius*FINESINE(workingangle); in F_EndingTicker()
1999 x += ((sparkloffs[0][0] < 30<<FRACBITS) ? FRACUNIT : -FRACUNIT); in F_EndingDrawer()
2000 y += ((sparkloffs[0][1] < 30<<FRACBITS) ? FRACUNIT : -FRACUNIT); in F_EndingDrawer()
[all …]