mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-25 07:02:50 -04:00
7 lines
220 B
Plaintext
7 lines
220 B
Plaintext
static void bCI_actor_draw(ACTOR* actorx, GAME* game) {
|
|
BG_ITEM_ACTOR* bg_item = (BG_ITEM_ACTOR*)actorx;
|
|
GAME_PLAY* play = (GAME_PLAY*)game;
|
|
|
|
bg_item_common_draw(play, &bg_item->common, draw_part_table_a);
|
|
}
|