예제 #1
0
CALLSET_ENTRY (prison_break, end_ball, tilt) 	{ if (timed_mode_running_p(&prison_break_mode) ) timed_mode_end (&prison_break_mode); }
예제 #2
0
CALLSET_ENTRY (fastlock, end_ball)
{
    timed_mode_end (&fastlock_mode);
}
예제 #3
0
/**
 * Disable the ballsaver.
 */
void ballsave_disable (void)
{
	timed_mode_end (&ball_save_mode);
}
예제 #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);
}
예제 #5
0
CALLSET_ENTRY (superjets, end_ball, tilt) 		{
	if (timed_mode_running_p(&superjets_mode) ) timed_mode_end (&superjets_mode);
}//end of function
예제 #6
0
CALLSET_ENTRY (huxley, end_ball) 		{ if (timed_mode_running_p(&huxley_mode) ) timed_mode_end (&huxley_mode); }
예제 #7
0
CALLSET_ENTRY (slot, end_ball)
{
	timed_mode_end (&sslot_mode);
}
예제 #8
0
파일: jets.c 프로젝트: SonnyJim/freewpc
CALLSET_ENTRY (jets, end_ball)
{
	task_kill_gid (GID_JETS);
	timed_mode_end (&jets_frenzy_mode);
}
예제 #9
0
파일: slot.c 프로젝트: SonnyJim/freewpc
static void shot_sslot (void)
{
	sslot_award ();
	score (SC_10M);
	timed_mode_end (&sslot_mode);
}
예제 #10
0
CALLSET_ENTRY (clock_millions, end_ball)
{
	timed_mode_end (&clock_millions_mode);
}
예제 #11
0
파일: rules.c 프로젝트: Dmilo/freewpc
CALLSET_ENTRY (hurryup, end_ball)
{
	timed_mode_end (&hurryup_mode);
}
예제 #12
0
파일: rules.c 프로젝트: Dmilo/freewpc
CALLSET_ENTRY (double_score, end_ball)
{
	timed_mode_end (&double_score_mode);
}