1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-02-21 22:35:23 +00:00

Fix xz/xy mistake in comment in tektite

This commit is contained in:
Dragorn421 2021-09-21 10:54:54 +02:00
parent f93eee8320
commit ff60952ad3
No known key found for this signature in database
GPG key ID: C182A3A3996E8201

View file

@ -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;