summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-08-19 09:38:30 +0000
committerrubidium <rubidium@openttd.org>2007-08-19 09:38:30 +0000
commit0fed821efbeb8930cf3c292db79148c2adee29f3 (patch)
treea6172830ac743f23f1b97516eefc1a629772000d /src/window.cpp
parentfda1c9d34a3f6d8c3edd103587e28758d703221b (diff)
downloadopenttd-0fed821efbeb8930cf3c292db79148c2adee29f3.tar.xz
(svn r10932) -Codechange: replace "text" with "chat" for the chat related function and variables.
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.cpp b/src/window.cpp
index 9cbbafc1f..9be96bf53 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -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();
}