sm64pc/src/game/behaviors/castle_flag.inc.c

6 lines
118 B
C
Raw Normal View History

2019-09-01 21:50:50 +02:00
// castle_flag.inc.c
void bhv_castle_flag_init(void) {
2020-04-03 20:57:26 +02:00
o->header.gfx.unk38.animFrame = random_float() * 28.0f;
2019-09-01 21:50:50 +02:00
}