]> granicus.if.org Git - nethack/commitdiff
more Borland quieting
authornethack.allison <nethack.allison>
Mon, 2 Sep 2002 16:51:24 +0000 (16:51 +0000)
committernethack.allison <nethack.allison>
Mon, 2 Sep 2002 16:51:24 +0000 (16:51 +0000)
sys/winnt/nttty.c

index 5750dfa3cbc6d97000ac5859f7d47f6f88a3116c..abc5597c3ef7bd30c30d221bef6dd664164df623 100644 (file)
@@ -677,7 +677,7 @@ cl_eos()
                cl_end();
 #else
        if (GetConsoleScreenBufferInfo(hConOut,&csbi)) {
-           int ccnt;
+           DWORD ccnt;
            COORD newcoord;
            
            newcoord.X = 0;