X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fcursesdsp.c;h=7b37fc6ba55b0a88b44df3b28e60773dd7050338;hb=b2175fa6df0d070125fa766c2bb7a40382b9c6aa;hp=cb2f458e58bfaf0c032837a619206325ed89beb8;hpb=6cdb4afe21c8d0eb740a6a22a02a0adf922fddfc;p=gnushogi.git diff --git a/gnushogi/cursesdsp.c b/gnushogi/cursesdsp.c index cb2f458..7b37fc6 100644 --- a/gnushogi/cursesdsp.c +++ b/gnushogi/cursesdsp.c @@ -1279,13 +1279,10 @@ Curses_ElapsedTime(ElapsedTime_mode iop) time0 = current_time; } - if (!NOT_CURSES) - { #ifdef QUIETBACKGROUND - if (!background) + if (!background) #endif - UpdateClocks(); - } + UpdateClocks(); } }