(svn r10932) -Codechange: replace "text" with "chat" for the chat related function and variables.

This commit is contained in:
rubidium
2007-08-19 09:38:30 +00:00
parent fda1c9d34a
commit 0fed821efb
10 changed files with 81 additions and 78 deletions

View File

@@ -1867,7 +1867,7 @@ void UpdateWindows()
FOR_ALL_WINDOWS(wz) {
if ((*wz)->viewport != NULL) UpdateViewportPosition(*wz);
}
DrawTextMessage();
DrawChatMessage();
/* Redraw mouse cursor in case it was hidden */
DrawMouseCursor();
}