Mercurial > mm7
comparison UI/UIPartyCreation.cpp @ 1583:75fafd8ced59
Allocator (CMemory) bye-bye
author | Nomad |
---|---|
date | Tue, 10 Sep 2013 21:07:07 +0200 |
parents | c4ab816fcc5e |
children | a699ecd7aeb3 |
comparison
equal
deleted
inserted
replaced
1577:1b6217e07b26 | 1583:75fafd8ced59 |
---|---|
10 #include "..\GUIFont.h" | 10 #include "..\GUIFont.h" |
11 #include "..\Party.h" | 11 #include "..\Party.h" |
12 #include "..\AudioPlayer.h" | 12 #include "..\AudioPlayer.h" |
13 #include "..\Render.h" | 13 #include "..\Render.h" |
14 #include "..\LOD.h" | 14 #include "..\LOD.h" |
15 #include "..\Allocator.h" | |
16 #include "..\Time.h" | 15 #include "..\Time.h" |
17 #include "..\IconFrameTable.h" | 16 #include "..\IconFrameTable.h" |
18 #include "..\texts.h" | 17 #include "..\texts.h" |
19 | 18 |
20 #include "..\mm7_data.h" | 19 #include "..\mm7_data.h" |
629 // 4E28F8: using guessed type int pCurrentScreen; | 628 // 4E28F8: using guessed type int pCurrentScreen; |
630 | 629 |
631 //----- (0049750E) -------------------------------------------------------- | 630 //----- (0049750E) -------------------------------------------------------- |
632 void DeleteCCharFont() | 631 void DeleteCCharFont() |
633 { | 632 { |
634 pAllocator->FreeChunk(pFontCChar); | 633 free(pFontCChar); |
635 pFontCChar = 0; | 634 pFontCChar = 0; |
636 } | 635 } |
637 //----- (00497526) -------------------------------------------------------- | 636 //----- (00497526) -------------------------------------------------------- |
638 bool PlayerCreationUI_Loop() | 637 bool PlayerCreationUI_Loop() |
639 { | 638 { |