optional fake GetCursorPos for carmageddon

This commit is contained in:
FunkyFr3sh 2018-03-19 00:32:13 +01:00
parent 5d31c5db48
commit b2bacb95c3
4 changed files with 49 additions and 25 deletions

View file

@ -86,6 +86,7 @@ typedef struct IDirectDrawImpl
BOOL opengl_pbo;
BOOL fullscreen;
BOOL maintas;
BOOL fakecursorpos;
} IDirectDrawImpl;