1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-03 03:49:12 +00:00

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

This commit is contained in:
glx
2007-08-19 17:55:24 +00:00
parent e56e520673
commit a66008f04c

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();
}