import sdl, some tests, nothing work yet

This commit is contained in:
Ondřej Novák 2025-01-26 15:03:44 +01:00
parent a7278bac40
commit 378b5586ab
37 changed files with 721 additions and 167 deletions

View file

@ -645,11 +645,10 @@ T_CLK_MAP clk_end_game[]=
};
EVENT_PROC(end_game_end_phase)
{
void end_game_end_phase(EVENT_MSG *msg,void **)
{
static int wait=0;
WHEN_MSG(E_TIMER)
{
if (msg->msg == E_TIMER) {
if (pass_zavora) return;
if (wait==2)
{
@ -659,10 +658,10 @@ EVENT_PROC(end_game_end_phase)
}
else wait++;
}
WHEN_MSG(E_INIT)
if (msg->msg == E_INIT) {
wait=0;
user_ptr;
}
}
void wire_end_game()
{