From 8e412322448053080c00a67f92fda4de183df7fa Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 3 Oct 2009 11:59:51 +0000 Subject: * Merge ioq3-r1464 * Use WM cursor when running windowed and UI module has input --- src/cgame/cg_main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/cgame') diff --git a/src/cgame/cg_main.c b/src/cgame/cg_main.c index da38ebae..4abe55f1 100644 --- a/src/cgame/cg_main.c +++ b/src/cgame/cg_main.c @@ -77,9 +77,7 @@ intptr_t vmMain( int command, int arg0, int arg1, int arg2, int arg3, return 0; case CG_MOUSE_EVENT: - cgDC.cursorx = cgs.cursorX; - cgDC.cursory = cgs.cursorY; - CG_MouseEvent( arg0, arg1 ); + // cgame doesn't care where the cursor is return 0; case CG_EVENT_HANDLING: -- cgit