equal
deleted
inserted
replaced
1865 DrawDirtyBlocks(); |
1865 DrawDirtyBlocks(); |
1866 |
1866 |
1867 FOR_ALL_WINDOWS(wz) { |
1867 FOR_ALL_WINDOWS(wz) { |
1868 if ((*wz)->viewport != NULL) UpdateViewportPosition(*wz); |
1868 if ((*wz)->viewport != NULL) UpdateViewportPosition(*wz); |
1869 } |
1869 } |
1870 DrawTextMessage(); |
1870 DrawChatMessage(); |
1871 /* Redraw mouse cursor in case it was hidden */ |
1871 /* Redraw mouse cursor in case it was hidden */ |
1872 DrawMouseCursor(); |
1872 DrawMouseCursor(); |
1873 } |
1873 } |
1874 |
1874 |
1875 |
1875 |