comparison VideoPlayer.cpp @ 2064:74f06d8a8017

Merge
author Ritor1
date Mon, 02 Dec 2013 20:43:28 +0600
parents b2a434d65344
children 259df09dfb50
comparison
equal deleted inserted replaced
2063:7890930801a8 2064:74f06d8a8017
360 const char *pName; // edi@1 360 const char *pName; // edi@1
361 MSG Msg; // [sp+Ch] [bp-1Ch]@12 361 MSG Msg; // [sp+Ch] [bp-1Ch]@12
362 362
363 v4 = a2; 363 v4 = a2;
364 pName = pMovieName; 364 pName = pMovieName;
365 if ( !(dword_6BE364_game_settings_1 & 0x44) ) 365 if ( !(dword_6BE364_game_settings_1 & (GAME_SETTINGS_NO_HOUSE_ANIM | GAME_SETTINGS_NO_INTRO)) )
366 { 366 {
367 if ( a2 == 2 ) 367 if ( a2 == 2 )
368 v4 = 0; 368 v4 = 0;
369 ShowCursor(0); 369 ShowCursor(0);
370 pVideoPlayer->OpenGlobalMovie(pName, 0, ScreenSizeFlag); 370 pVideoPlayer->OpenGlobalMovie(pName, 0, ScreenSizeFlag);