little fix to ps2 CPad

This commit is contained in:
aap 2020-11-16 09:48:02 +01:00
parent 2f9a905c61
commit 5335b46cbb
1 changed files with 1 additions and 1 deletions

View File

@ -1284,7 +1284,7 @@ void CPad::Update(int16 pad)
{
if ( ShakeDur )
{
ShakeDur = Max(ShakeDur - CTimer::GetTimeStepInMilliseconds(), 0);
ShakeDur = Max(ShakeDur - (int32)CTimer::GetTimeStepInMilliseconds(), 0);
if ( ShakeDur == 0 )
{