Subversion Repositories Kolibri OS

Rev

Rev 8557 | Rev 8655 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8557 Rev 8597
Line 3482... Line 3482...
3482
DrawHalfStep (int x, int y)
3482
DrawHalfStep (int x, int y)
3483
{
3483
{
3484
    VWB_DrawPic (x, y, C_CURSOR1PIC);
3484
    VWB_DrawPic (x, y, C_CURSOR1PIC);
3485
    VW_UpdateScreen ();
3485
    VW_UpdateScreen ();
3486
    SD_PlaySound (MOVEGUN1SND);
3486
    SD_PlaySound (MOVEGUN1SND);
3487
    SDL_Delay (8 * 100 / 7);
3487
    SDL_Delay(1);  //Fixed too long delay in the menu 
3488
}
3488
}
Line 3489... Line 3489...
3489
 
3489
 
3490
 
3490