1
0
Fork 0

(svn r10946) -Fix (r10932): forgot one occurence

release/0.6
glx 2007-08-19 17:55:24 +00:00
parent e56e520673
commit a66008f04c
1 changed files with 1 additions and 1 deletions

View File

@ -771,7 +771,7 @@ static void QZ_GameLoop()
st += GetTick() - st0;
#endif
_screen.dst_ptr = _cocoa_video_data.pixels;
DrawTextMessage();
DrawChatMessage();
DrawMouseCursor();
QZ_Draw();
}