X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_em%2Fgraphics.c;h=800ee03faaf8de2a6022b7f3cb5440c36492a99f;hp=9aff1644d4b8e75f5b4e80efe588d5d48d19ccb2;hb=c0c5862d9ee59c70412b1c35e558101b109a8ec9;hpb=f7704e2d22e9499efe6380e0c916c2bd4918e4be diff --git a/src/game_em/graphics.c b/src/game_em/graphics.c index 9aff1644..800ee03f 100644 --- a/src/game_em/graphics.c +++ b/src/game_em/graphics.c @@ -1028,11 +1028,13 @@ void RedrawPlayfield_EM(boolean force_redraw) for (i = 0; i < MAX_PLAYERS; i++) blitplayer(&ply[i]); +#if 0 SyncDisplay(); blitscreen(); FlushDisplay(); +#endif } void game_animscreen(void)