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

pull/155/head
glx 17 years ago
parent dc454841fd
commit 1faaedb83f

@ -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