diff mm7_4.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
line wrap: on
line diff
--- a/mm7_4.cpp	Thu Feb 14 14:03:17 2013 +0200
+++ b/mm7_4.cpp	Fri Feb 15 01:21:53 2013 +0400
@@ -5831,7 +5831,7 @@
                                  (Texture *)(uTextureID_BUTTMAKE2 != -1 ? &pIcons_LOD->pTextures[uTextureID_BUTTMAKE2] : 0), 0);
   pPlayerCreationUI_BtnMinus = pGUIWindow_CurrentMenu->CreateButton(523, 393, 20, 35, 1, 0, 0x3F, 0, 0x2D, "", pTexture_buttminu, 0);
   pPlayerCreationUI_BtnPlus = pGUIWindow_CurrentMenu->CreateButton(613, 393, 20, 35, 1, 0, 0x3E, 1, 0x2B, "", pTexture_buttplus, 0);
-  pFontCChar = LoadFont("cchar.fnt", "FONTPAL", 0);
+  pFontCChar = LoadFont("cchar.fnt", "FONTPAL", NULL);
 }
 // 4E28F8: using guessed type int pCurrentScreen;
 
@@ -6158,8 +6158,8 @@
   Texture pTexture3; // [sp+Ch] [bp-130h]@5
   
   a5 = 0;
-  pFontQuick = LoadFont("quick.fnt", "FONTPAL", 0);
-  pFontCChar = LoadFont("cchar.fnt", "FONTPAL", 0);
+  pFontQuick = LoadFont("quick.fnt", "FONTPAL", NULL);
+  pFontCChar = LoadFont("cchar.fnt", "FONTPAL", NULL);
   if ( pMessageQueue_50CBD0->uNumMessages )
     pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0;
   ++pIcons_LOD->uTexturePacksCount;