mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2025-04-02 07:51:31 +00:00
CRhinoWallImpact::Move
This commit is contained in:
parent
88cb1f3ef6
commit
1c3fa54771
11
effects.cpp
11
effects.cpp
@ -5,6 +5,17 @@
|
||||
|
||||
extern i32 CurrentSuit;
|
||||
|
||||
// @Ok
|
||||
void CRhinoWallImpact::Move(void)
|
||||
{
|
||||
if (++this->field_C >= 200)
|
||||
{
|
||||
Bit_ReduceRGB(&this->mTint, 1);
|
||||
if (!(0xFFFFFF & this->mTint))
|
||||
this->Die();
|
||||
}
|
||||
}
|
||||
|
||||
// @Ok
|
||||
CRhinoWallImpact::~CRhinoWallImpact(void)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user