forked from mirror/OpenTTD
(svn r10932) -Codechange: replace "text" with "chat" for the chat related function and variables.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user