diff options
Diffstat (limited to 'src/cgame')
| -rw-r--r-- | src/cgame/cg_main.c | 4 | 
1 files changed, 1 insertions, 3 deletions
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:  | 
