1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00
This commit is contained in:
Mathieu Schroeter 2017-02-12 19:05:05 +01:00
parent d00d27a768
commit 003ca2621b

View File

@ -216,6 +216,7 @@ bool CMovie::Play (RECT rect, const char *pFilename)
return false;
if (!fileOpenMovie (rect, pFilename))
return false;
playMovie();
CEvent::PushUserEvent (WM_MOVIE_PLAY);