This commit is contained in:
Daveo 2001-08-14 12:57:28 +00:00
parent eb79d0571a
commit db91ce2d99
2 changed files with 5 additions and 0 deletions

View file

@ -17,6 +17,7 @@
-------- */
#include "pad\vibe.h"
#include "pad\pads.h"
#ifndef __UTILS_HEADER__
#include "utils\utils.h"
@ -186,6 +187,7 @@ void CPadVibrationManager::stopAllVibration()
}
s_currentIntensityValues[i]=0;
}
PadUpdate(); // Ensure that pads ARE stopped
}
/*===========================================================================