win32 synch

This commit is contained in:
nethack.allison
2003-10-13 15:40:16 +00:00
parent 99c8d27a70
commit 10160cc4d9
2 changed files with 3 additions and 1 deletions

View File

@@ -391,7 +391,7 @@ char ch;
switch(ch) {
case '\n':
case '\r':
! cmov(cursor.X, cursor.Y);
cmov(cursor.X, cursor.Y);
return;
}
WriteConsoleOutputAttribute(hConOut,&attr,1,cursor,&acount);