Allow playing movies from command line. Also remove some unneeded code.

This commit is contained in:
Rachel Bryk
2013-03-13 01:37:35 -04:00
parent 78d0ff1ab7
commit e73cc858bc
2 changed files with 23 additions and 12 deletions

View File

@ -40,7 +40,9 @@ private:
wxTimer *m_afterinit;
bool BatchMode;
bool LoadFile;
bool playMovie;
wxString FileToLoad;
wxString movieFile;
wxLocale *m_locale;
void AfterInit(wxTimerEvent& WXUNUSED(event));