Home | History | Annotate | Download | only in hack

Lines Matching defs:bounce

525 			int             bounce = 0;
529 bounce = 1;
531 if (!bounce || rn2(2))
532 bounce = 2;
534 switch (bounce) {
614 int bounce = 0, rmn;
624 bounce = 1;
627 if (!bounce || rn2(2))
628 bounce = 2;
630 switch (bounce) {