mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 05:13:39 -07:00
Added slider to increase vine/ladder climbing speed (#375)
* Added slider to increase vine/ladder climbing speed * moved to cheats menu and made steps more granular * Fix granularity math * back to the enhancements menu!
This commit is contained in:
parent
f3dda92e78
commit
1feef9d5d6
2 changed files with 2 additions and 1 deletions
|
@ -11626,7 +11626,7 @@ void func_8084BF1C(Player* this, GlobalContext* globalCtx) {
|
|||
phi_f2 = -1.0f;
|
||||
}
|
||||
|
||||
this->skelAnime.playSpeed = phi_f2 * phi_f0;
|
||||
this->skelAnime.playSpeed = phi_f2 * phi_f0 + phi_f2 * CVar_GetS32("gClimbSpeed", 0);
|
||||
|
||||
if (this->unk_850 >= 0) {
|
||||
if ((this->actor.wallPoly != NULL) && (this->actor.wallBgId != BGCHECK_SCENE)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue