Esempio n. 1
0
CALLSET_ENTRY (prison_break, end_ball, tilt) 	{ if (timed_mode_running_p(&prison_break_mode) ) timed_mode_end (&prison_break_mode); }
Esempio n. 2
0
CALLSET_ENTRY (fastlock, end_ball)
{
    timed_mode_end (&fastlock_mode);
}
Esempio n. 3
0
/**
 * Disable the ballsaver.
 */
void ballsave_disable (void)
{
	timed_mode_end (&ball_save_mode);
}
Esempio n. 4
0
CALLSET_ENTRY (huxley, end_ball, tilt) 	{
	if (timed_mode_running_p(&huxley_mode) ) timed_mode_end (&huxley_mode);
	task_kill_gid (GID_HUXLEY_REMINDER);
}
Esempio n. 5
0
CALLSET_ENTRY (superjets, end_ball, tilt) 		{
	if (timed_mode_running_p(&superjets_mode) ) timed_mode_end (&superjets_mode);
}//end of function
Esempio n. 6
0
CALLSET_ENTRY (huxley, end_ball) 		{ if (timed_mode_running_p(&huxley_mode) ) timed_mode_end (&huxley_mode); }
Esempio n. 7
0
CALLSET_ENTRY (slot, end_ball)
{
	timed_mode_end (&sslot_mode);
}
Esempio n. 8
0
CALLSET_ENTRY (jets, end_ball)
{
	task_kill_gid (GID_JETS);
	timed_mode_end (&jets_frenzy_mode);
}
Esempio n. 9
0
static void shot_sslot (void)
{
	sslot_award ();
	score (SC_10M);
	timed_mode_end (&sslot_mode);
}
Esempio n. 10
0
CALLSET_ENTRY (clock_millions, end_ball)
{
	timed_mode_end (&clock_millions_mode);
}
Esempio n. 11
0
CALLSET_ENTRY (hurryup, end_ball)
{
	timed_mode_end (&hurryup_mode);
}
Esempio n. 12
0
CALLSET_ENTRY (double_score, end_ball)
{
	timed_mode_end (&double_score_mode);
}