Home
last modified time | relevance | path

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

/dports/games/toppler/toppler-1.1.6/
H A Dbonus.cc149 if (torpedox > (SCREENWID+SPR_TORPWID)) in bns_game()
153 if ((torpedox + SPR_TORPWID > fish[b].x) && (torpedox < fish[b].x + SPR_FISHWID) && in bns_game()
H A Ddecl.h112 #define SPR_TORPWID 32 macro
H A Dscreen.cc423 …torb = scr_loadsprites(&objectsprites, &fi, 1, SPR_TORPWID, SPR_TORPHEI, true, pal, config.use_alp… in loadgraphics()