Home
last modified time | relevance | path

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

/dports/games/powder-toy/The-Powder-Toy-95.0/src/simulation/elements/
H A DPIPE.cpp85 signed char pos_1_ry[] = {-1, 0, 1,-1, 1,-1, 0, 1}; variable
234 ry = pos_1_ry[rnd]; in Element_PIPE_update()
474 ry = pos_1_ry[rnd]; in pushParticle()
509 r = sim->pmap[y+ pos_1_ry[coords]][x+ pos_1_rx[coords]]; in pushParticle()
536 ry = pos_1_ry[coords]; in pushParticle()