diff options
| author | Steven Fuller <relnev@icculus.org> | 2002-09-07 03:28:40 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:37 +0200 |
| commit | e8789932e58fb987f8525b26a29272a99980688b (patch) | |
| tree | 76bbcde85a60108618a564b5f410b09ac10f4cdf /src/fixer.h | |
| parent | 7c43155a90b2f66b89b102bf5cee66e16a3e1a2f (diff) | |
fix pov default
Diffstat (limited to 'src/fixer.h')
| -rw-r--r-- | src/fixer.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/fixer.h b/src/fixer.h index 2766cf7..e044215 100644 --- a/src/fixer.h +++ b/src/fixer.h @@ -209,12 +209,12 @@ typedef DPMSG_DESTROYPLAYERORGROUP * LPDPMSG_DESTROYPLAYERORGROUP; typedef struct JOYINFOEX { - int dwXpos; - int dwYpos; - int dwRpos; - int dwUpos; - int dwVpos; - int dwPOV; + DWORD dwXpos; + DWORD dwYpos; + DWORD dwRpos; + DWORD dwUpos; + DWORD dwVpos; + DWORD dwPOV; } JOYINFOEX; typedef struct JOYCAPS |
