|
@@ -991,7 +991,7 @@ bool DInputDevice::buildEvent( DWORD offset, S32 newData, S32 oldData )
|
|
}
|
|
}
|
|
if( clearkeys & POV_down)
|
|
if( clearkeys & POV_down)
|
|
{
|
|
{
|
|
- newEvent.objInst = ( objInst == 0 ) ? SI_DPOV : SI_DPOV;
|
|
|
|
|
|
+ newEvent.objInst = ( objInst == 0 ) ? SI_DPOV : SI_DPOV2;
|
|
|
|
|
|
Game->postEvent(newEvent);
|
|
Game->postEvent(newEvent);
|
|
}
|
|
}
|
|
@@ -1022,7 +1022,7 @@ bool DInputDevice::buildEvent( DWORD offset, S32 newData, S32 oldData )
|
|
}
|
|
}
|
|
if( setkeys & POV_down)
|
|
if( setkeys & POV_down)
|
|
{
|
|
{
|
|
- newEvent.objInst = ( objInst == 0 ) ? SI_DPOV : SI_DPOV;
|
|
|
|
|
|
+ newEvent.objInst = ( objInst == 0 ) ? SI_DPOV : SI_DPOV2;
|
|
|
|
|
|
Game->postEvent(newEvent);
|
|
Game->postEvent(newEvent);
|
|
}
|
|
}
|