Mercurial > mm7
comparison mm7_2.cpp @ 4:8e33efd39355
15.01.13(work)
author | Ritor1 |
---|---|
date | Tue, 15 Jan 2013 17:44:23 +0600 |
parents | bf31c505f4d3 |
children | 352b15291822 a32303569c42 |
comparison
equal
deleted
inserted
replaced
3:bf31c505f4d3 | 4:8e33efd39355 |
---|---|
13955 Rect.left = *(int *)v8; | 13955 Rect.left = *(int *)v8; |
13956 Rect.top = *(int *)(v8 + 4); | 13956 Rect.top = *(int *)(v8 + 4); |
13957 Rect.right = *(int *)(v8 + 8); | 13957 Rect.right = *(int *)(v8 + 8); |
13958 Rect.bottom = *(int *)(v8 + 12); | 13958 Rect.bottom = *(int *)(v8 + 12); |
13959 uCPUSpeed = Rect.bottom; | 13959 uCPUSpeed = Rect.bottom; |
13960 | 13960 |
13961 | |
13961 if (MM7_Initialize()) | 13962 if (MM7_Initialize()) |
13962 { | 13963 { |
13963 Log::Warning(L"MM init: ok"); | 13964 Log::Warning(L"MM init: ok"); |
13964 | 13965 |
13965 pEventTimer->Pause(); | 13966 pEventTimer->Pause(); |
14029 AIL_redbook_stop(pAudioPlayer->hAILRedbook);// отключить звук | 14030 AIL_redbook_stop(pAudioPlayer->hAILRedbook);// отключить звук |
14030 extern MENU_STATE __cdecl CreditsMenu__Loop(); | 14031 extern MENU_STATE __cdecl CreditsMenu__Loop(); |
14031 CreditsMenu__Loop(); // процесс воспроизведения окна Создатели | 14032 CreditsMenu__Loop(); // процесс воспроизведения окна Создатели |
14032 break; | 14033 break; |
14033 } | 14034 } |
14034 if (GetCurrentMenuID() == MENU_5 || GetCurrentMenuID() == MENU_LOAD) // Процес загрузки игры | 14035 if (GetCurrentMenuID() == MENU_5 || GetCurrentMenuID() == MENU_LOAD) //??? неизвестно что это |
14035 { | 14036 { |
14036 uGameState = 0; | 14037 uGameState = 0; |
14037 } | 14038 } |
14038 else //??? | 14039 else |
14039 __debugbreak(); | 14040 __debugbreak(); |
14040 /*{ | 14041 /*{ |
14041 if (GetCurrentMenuID() != MENU_10) | 14042 if (GetCurrentMenuID() != MENU_10) |
14042 goto LABEL_49; | 14043 goto LABEL_49; |
14043 pMouse->Activate(0); | 14044 pMouse->Activate(0); |
14044 if (pAsyncMouse) | 14045 if (pAsyncMouse) |