Mercurial > mm7
comparison mm7_2.cpp @ 170:91fa025e6ca6
font cleaning code
author | C:\Documents and Settings\Administrator.SDF-1\Application Data\The Bat! |
---|---|
date | Fri, 15 Feb 2013 01:21:53 +0400 |
parents | d1dde383af89 |
children | 05682713195c |
comparison
equal
deleted
inserted
replaced
169:d1dde383af89 | 170:91fa025e6ca6 |
---|---|
5102 pWindow.uFrameY = 60; | 5102 pWindow.uFrameY = 60; |
5103 pWindow.uFrameWidth = 469; | 5103 pWindow.uFrameWidth = 469; |
5104 pWindow.uFrameHeight = 338; | 5104 pWindow.uFrameHeight = 338; |
5105 pWindow.uFrameZ = 543; | 5105 pWindow.uFrameZ = 543; |
5106 pWindow.uFrameW = 397; | 5106 pWindow.uFrameW = 397; |
5107 pFont = LoadFont("endgame.fnt", "FONTPAL", 0); | 5107 pFont = LoadFont("endgame.fnt", "FONTPAL", NULL); |
5108 if ( (unsigned __int16)_449B57_test_bit(pParty->_award_bits, 99) ) | 5108 if ( (unsigned __int16)_449B57_test_bit(pParty->_award_bits, 99) ) |
5109 { | 5109 { |
5110 v1 = pGlobalTXT_LocalizationStrings[675]; | 5110 v1 = pGlobalTXT_LocalizationStrings[675]; |
5111 } | 5111 } |
5112 else | 5112 else |
13897 unsigned int v12; // ecx@56 | 13897 unsigned int v12; // ecx@56 |
13898 HANDLE v13; // eax@68 | 13898 HANDLE v13; // eax@68 |
13899 unsigned int startms; // [sp+8h] [bp-24h]@55 | 13899 unsigned int startms; // [sp+8h] [bp-24h]@55 |
13900 RECT Rect; // [sp+Ch] [bp-20h]@15 | 13900 RECT Rect; // [sp+Ch] [bp-20h]@15 |
13901 int a2[4]; // [sp+1Ch] [bp-10h]@15 | 13901 int a2[4]; // [sp+1Ch] [bp-10h]@15 |
13902 | 13902 #ifdef MM7_TEXT_DLL |
13903 auto mm7text_dll = LoadLibraryW(L"mm7text.dll"); | 13903 auto mm7text_dll = LoadLibraryW(L"mm7text.dll"); |
13904 sprintfex = (int (__cdecl *)(char *a1, const char *a2, ...))GetProcAddress(mm7text_dll, "_sprintfex"); | 13904 sprintfex = (int (__cdecl *)(char *a1, const char *a2, ...))GetProcAddress(mm7text_dll, "_sprintfex"); |
13905 #endif | |
13906 | |
13905 | 13907 |
13906 if (pCmdLine && *pCmdLine) | 13908 if (pCmdLine && *pCmdLine) |
13907 { | 13909 { |
13908 if (wcsstr(pCmdLine, L"-usedefs")) | 13910 if (wcsstr(pCmdLine, L"-usedefs")) |
13909 bDebugResouces = 1; | 13911 bDebugResouces = 1; |