libsaria: Don't auto-load songs passed on startup

I would rather have the front end program load the song rather than
assuming that everything should be loaded right away.  This also gives
front end programs a chance to register callbacks before loading.
This commit is contained in:
Bryan Schumaker 2011-08-27 12:35:28 -04:00
parent 2888e741e8
commit bf1d423b2f
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@
Libsaria::Libsaria(int argc, char **argv)
{
audio.init(argc, argv);
if (argc > 1)
load(argv[1]);
}
Libsaria::~Libsaria()