win32: fix error handling of movie drag & drop

This commit is contained in:
gocha 2012-08-10 07:49:25 +09:00
parent 41f8189560
commit 2a5edf076d
1 changed files with 1 additions and 1 deletions

View File

@ -1519,7 +1519,7 @@ bool WinMoviePlay(LPCTSTR filename)
}
romcheck_exit:
S9xMovieOpen (_tToChar(filename), GUI.MovieReadOnly);
err = S9xMovieOpen (_tToChar(filename), GUI.MovieReadOnly);
if(err != SUCCESS)
{
TCHAR* err_string = MOVIE_ERR_COULD_NOT_OPEN;