mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
Cleanp a bunch of stuff
This commit is contained in:
@@ -430,7 +430,6 @@ void daObjShmrgrd_c::crush_proc() {
|
||||
mScaleY = 0.2f;
|
||||
mCrushState = 2;
|
||||
mCrushTimer = attr().mCrushDuration;
|
||||
return;
|
||||
} else if (mCrushState == 2) {
|
||||
if (--mCrushTimer > 0) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user