diff --git a/Themes/_fallback/Scripts/02 Sprite.lua b/Themes/_fallback/Scripts/02 Sprite.lua index 8ed0e01862..3c340f4795 100644 --- a/Themes/_fallback/Scripts/02 Sprite.lua +++ b/Themes/_fallback/Scripts/02 Sprite.lua @@ -31,7 +31,7 @@ function Sprite:LoadFromCurrentSongBackground() local song = GAMESTATE:GetCurrentSong(); if not song then local trail = GAMESTATE:GetCurrentTrail(GAMESTATE:GetMasterPlayerNumber()); - local e = trail:GetEntries() + local e = trail:GetTrailEntries() if #e > 0 then song = e[1]:GetSong(); end