error message for timer changed.

This commit is contained in:
johns 2000-06-10 01:40:37 +00:00
parent 829f7c20dc
commit 10108cee14

View file

@ -83,7 +83,7 @@ global void SetVideoSync(void)
if( SDL_SetTimer(
(100*1000/FRAMES_PER_SECOND)/VideoSyncSpeed,
VideoSyncHandler) ) {
fprintf(stderr,"Can't set itimer\n");
fprintf(stderr,"Can't set timer\n");
}
// DebugLevel1("Timer installed\n");