Mercurial > sdl-ios-xcode
changeset 2613:b081c72b739c gsoc2008_force_feedback
Fixed typo.
author | Edgar Simo <bobbens@gmail.com> |
---|---|
date | Wed, 06 Aug 2008 07:53:51 +0000 |
parents | 63ea27a96a96 |
children | 3ee319d9800a |
files | src/haptic/win32/SDL_syshaptic.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/haptic/win32/SDL_syshaptic.c Wed Aug 06 07:51:30 2008 +0000 +++ b/src/haptic/win32/SDL_syshaptic.c Wed Aug 06 07:53:51 2008 +0000 @@ -177,7 +177,7 @@ sizeof(DIDEVICEINSTANCE)); /* Open the device */ - ret = IDirectInput_CreateDevice( dinput, &instance.guidInstance, + ret = IDirectInput_CreateDevice( dinput, &pdidInstance.guidInstance, &device, NULL ); if (FAILED(ret)) { /* DI_SetError("Creating DirectInput device",ret); */