Home
last modified time | relevance | path

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

/dports/games/xemeraldia/xemeraldia-0.4.3/
H A Dgames.c39 gboolean star_comes; variable
173 star_comes = TRUE; in makeNext()
180 star_comes = FALSE; in makeNext()
193 if (! star_comes) in makeNext()
H A Dmove.c42 if (star_comes) in MoveDown()
98 if (star_comes) in moveItem()
H A Dgraphics.c167 && cx == prevcx && (star_comes || drop_i.rot == prevrot)) in printItem()
179 if(star_comes) in printItem()
261 if (star_comes) reduce = 0; in startTimer()
H A Dgames.h26 extern gboolean star_comes;
H A Dcrack.c26 return (star_comes || CanItemMove (0, MOVE_DOWN, drop_i.rot)) in canMoveDown()
27 && (!star_comes || CanStarMove (0, MOVE_DOWN)); in canMoveDown()
40 if (star_comes) in DropItem()