mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Update src/overlays/actors/ovl_En_An/z_en_an.c
Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
This commit is contained in:
co-authored by
engineer124
parent
34363aa629
commit
d9aa4e7ce1
@@ -1213,7 +1213,7 @@ void EnAn_UpdateFace(EnAn* this) {
|
||||
if (this->eyeTexIndex > ENAN_EYES_HALF2) {
|
||||
if ((this->faceIndex == ENAN_FACE_0) || (this->faceIndex == ENAN_FACE_1) ||
|
||||
(this->faceIndex == ENAN_FACE_3)) {
|
||||
this->eyeTimer = Rand_S16Offset(0x1E, 0x1E);
|
||||
this->eyeTimer = Rand_S16Offset(30, 30);
|
||||
} else {
|
||||
this->eyeTimer = 8;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user