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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
glx 17 years ago
parent e56e520673
commit a66008f04c

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

Loading…
Cancel
Save