mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-22 14:55:39 +00:00
Fix xz/xy mistake in comment in tektite
This commit is contained in:
parent
f93eee8320
commit
ff60952ad3
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ void EnTite_Attack(EnTite* this, GlobalContext* globalCtx) {
|
|||
func_80033480(globalCtx, &this->backLeftFootPos, 1.0f, 2, 80, 15, 1);
|
||||
}
|
||||
}
|
||||
// if landed, kill XY speed and play appropriate sounds
|
||||
// if landed, kill XZ speed and play appropriate sounds
|
||||
if (this->actor.params == TEKTITE_BLUE) {
|
||||
if (this->actor.bgCheckFlags & 0x40) {
|
||||
this->actor.speedXZ = 0.0f;
|
||||
|
|
Loading…
Add table
Reference in a new issue