Added delay to hiscore entry screen

This commit is contained in:
Rob Pearce 2008-11-20 21:08:28 +00:00
parent eb6b0c9179
commit 9b11deec5f
1 changed files with 1 additions and 0 deletions

1
rc.c
View File

@ -10385,6 +10385,7 @@ void checkhiscores(sprite_t *who){
}
}
SDL_framerateDelay(&manager);
SDL_UpdateRect(screen, 0,0,640,480);
}