From 0fed821efbeb8930cf3c292db79148c2adee29f3 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 19 Aug 2007 09:38:30 +0000 Subject: (svn r10932) -Codechange: replace "text" with "chat" for the chat related function and variables. --- src/video/sdl_v.cpp | 2 +- src/video/win32_v.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/video') 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(); } diff --git a/src/video/win32_v.cpp b/src/video/win32_v.cpp index e945ba680..58bd5c034 100644 --- a/src/video/win32_v.cpp +++ b/src/video/win32_v.cpp @@ -884,7 +884,7 @@ void VideoDriver_Win32::MainLoop() GdiFlush(); #endif _screen.dst_ptr = _wnd.buffer_bits; - DrawTextMessage(); + DrawChatMessage(); DrawMouseCursor(); } } -- cgit v1.2.3-54-g00ecf