diff options
Diffstat (limited to 'src/racing/actors.c')
| -rw-r--r-- | src/racing/actors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/racing/actors.c b/src/racing/actors.c index 65c734be3..d6f49eaf3 100644 --- a/src/racing/actors.c +++ b/src/racing/actors.c @@ -2445,7 +2445,7 @@ void render_course_actors(struct UnkStruct_800DC5EC* arg0) { continue; } - FrameInterpolation_RecordOpenChild(actor, i); + FrameInterpolation_RecordOpenChild(actor, TAG_OBJECT(((u32) &actor << 8) + i)); switch (actor->type) { default: // Draw custom actor |
