BeginCommand, not OnCommand.

This commit is contained in:
Steve Checkoway
2007-03-24 03:05:09 +00:00
parent e3fe352263
commit 867fc6e7fb
+1 -1
View File
@@ -19,7 +19,7 @@ end
function LoadSongBackground()
return Def.Sprite {
DisableDimensionWarning=true;
OnCommand=cmd(LoadBackground,GetSongBackground());
BeginCommand=cmd(LoadFromSongBackground,GAMESTATE:GetCurrentSong());
};
end