mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:47:42 +00:00
Lots of CSamusHud imps
This commit is contained in:
@@ -3,6 +3,13 @@
|
||||
namespace urde
|
||||
{
|
||||
|
||||
void CRumbleManager::SetDisabled(bool disabled)
|
||||
{
|
||||
if (disabled)
|
||||
x0_rumbleGenerator.HardStopAll();
|
||||
xf0_24_disabled = disabled;
|
||||
}
|
||||
|
||||
void CRumbleManager::Update(float dt) { x0_rumbleGenerator.Update(dt); }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user