comparison MMT.cpp @ 2359:5b9fb75b6f54

alSourceStop(mSourceID);
author Ritor1
date Sat, 12 Apr 2014 02:29:26 +0600
parents 08c4f1799ca1
children 14c05b876218
comparison
equal deleted inserted replaced
2358:23192f5b41d4 2359:5b9fb75b6f54
311 311
312 switch (pUIMessageType) 312 switch (pUIMessageType)
313 { 313 {
314 case UIMSG_MMT_MainMenu_MM7: //кнопка игры ММ7 314 case UIMSG_MMT_MainMenu_MM7: //кнопка игры ММ7
315 //GUIWindow::Create(495, 172, 0, 0, WINDOW_PressedButton2, (int)pMainMenu_BtnNew, 0); 315 //GUIWindow::Create(495, 172, 0, 0, WINDOW_PressedButton2, (int)pMainMenu_BtnNew, 0);
316 alSourceStop(mSourceID);
316 ShowMM7IntroVideo_and_LoadingScreen(); 317 ShowMM7IntroVideo_and_LoadingScreen();
317 SetCurrentMenuID(MENU_MAIN); 318 SetCurrentMenuID(MENU_MAIN);
318 break; 319 break;
319 320
320 default: 321 default: