(svn r10932) -Codechange: replace "text" with "chat" for the chat related function and variables.
This commit is contained in:
@@ -512,7 +512,7 @@ void VideoDriver_SDL::MainLoop()
|
||||
} else {
|
||||
SDL_CALL SDL_Delay(1);
|
||||
_screen.dst_ptr = _sdl_screen->pixels;
|
||||
DrawTextMessage();
|
||||
DrawChatMessage();
|
||||
DrawMouseCursor();
|
||||
DrawSurfaceToScreen();
|
||||
}
|
||||
|
Reference in New Issue
Block a user