summaryrefslogtreecommitdiff
path: root/src/video/sdl_v.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/video/sdl_v.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/video/sdl_v.cpp')
-rw-r--r--src/video/sdl_v.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/sdl_v.cpp b/src/video/sdl_v.cpp
index 002142de3..6c33e379b 100644
--- a/src/video/sdl_v.cpp
+++ b/src/video/sdl_v.cpp
@@ -512,7 +512,7 @@ void VideoDriver_SDL::MainLoop()
} else {
SDL_CALL SDL_Delay(1);
_screen.dst_ptr = _sdl_screen->pixels;
- DrawTextMessage();
+ DrawChatMessage();
DrawMouseCursor();
DrawSurfaceToScreen();
}