mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 21:33:07 -04:00
bomb nearly matching on demo, one regswap left
This commit is contained in:
@@ -2760,8 +2760,11 @@ void Act_c::bound(float arg1) {
|
||||
}
|
||||
}
|
||||
}
|
||||
} else if (mAcch.ChkWallHit() != false) {
|
||||
speedF *= 0.9f;
|
||||
} else {
|
||||
bool tmp = mAcch.ChkWallHit();
|
||||
if (tmp) {
|
||||
speedF *= 0.9f;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user