Subversion Repositories Kolibri OS

Rev

Rev 9097 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9097 Rev 9790
Line 401... Line 401...
401
BJ_Breathe (void)
401
BJ_Breathe (void)
402
{
402
{
403
    static int which = 0, max = 10;
403
    static int which = 0, max = 10;
404
    int pics[2] = { L_GUYPIC, L_GUY2PIC };
404
    int pics[2] = { L_GUYPIC, L_GUY2PIC };
Line 405... Line 405...
405
 
405
 
Line 406... Line 406...
406
    uSDL_Delay(5);
406
    SDL_Delay(5);
407
 
407
 
408
    if ((int32_t) GetTimeCount () - lastBreathTime > max)
408
    if ((int32_t) GetTimeCount () - lastBreathTime > max)
409
    {
409
    {