Home
last modified time | relevance | path

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

/dports/games/untahris/untahris/
H A Dthrust.cpp105 d.playSoundAt(d.sndShoot, DeCtr(x), DeCtr(y)); in reactToKey()
110 d.playSoundAt(d.sndShoot, DeCtr(x), DeCtr(y)); in reactToKey()
115 d.playSoundAt(d.sndShoot, DeCtr(x), DeCtr(y)); in reactToKey()
H A Dtetris.cpp252 d.playSoundAt(d.sndShoot, bx+1, by+1); in reactToKey()
259 d.playSoundAt(d.sndShoot, bx+1, by+1); in reactToKey()
H A Dxunux.cpp98 d.playSoundAt(d.sndShoot, x, y); in reactToKey()
H A Dworm.cpp269 d.playSoundAt(d.sndShoot, DeCtr(x), DeCtr(y)); in reactToKey()
288 d.playSoundAt(d.sndShoot, DeCtr(x), DeCtr(y)); in reactToKey()
H A Dsnake.cpp127 d.playSoundAt(d.sndShoot, x, y); in reactToKey()
H A Dbomber.cpp39 d.playSoundAt(d.sndShoot, x, y); in go()
H A Duntahris.h250 *sndShoot, *sndHit, *sndPlace; member
H A Dball.cpp252 d.playSoundAt(d.sndShoot, DeCtr(x), DeCtr(y)); in reactToKey()
H A Dcastle.cpp211 d.playSoundAt(d.sndShoot, fx, fy); in fireCannon()
H A Dintface.cpp66 sndShoot = Mix_LoadWAV("/usr/local/share/untahris/shoot.wav"); in init()