Home
last modified time | relevance | path

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

/dports/games/xoids/xoids-1.5/
H A Doids.c647 static int resurr_state, res_map = 2, wait = 115; in test_for_aliens() local
715 resurr_state = 1; in test_for_aliens()
720 if ((random_num(0.0, 20.0) < 10.0 && resurr_state == 1) || resurr_state == 3) { in test_for_aliens()
729 resurr_state++; in test_for_aliens()
738 if (resurr_state == 5) resurr_state = 4; in test_for_aliens()
740 if (resurr_state == 2) { in test_for_aliens()
766 resurr_state = 5; in test_for_aliens()
768 resurr_state = 4; in test_for_aliens()
772 if (resurr_state == 4) { in test_for_aliens()
777 resurr_state = 1; in test_for_aliens()