mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
unsigned char
This commit is contained in:
parent
1f068c7555
commit
8b8072d2ff
@ -125,7 +125,7 @@ ViewLODList* ViewLODListManager::Lookup(const ROIName& p_roiName) const
|
|||||||
|
|
||||||
// FUNCTION: LEGO1 0x100a7680
|
// FUNCTION: LEGO1 0x100a7680
|
||||||
// FUNCTION: BETA10 0x1017886b
|
// FUNCTION: BETA10 0x1017886b
|
||||||
char ViewLODListManager::Destroy(ViewLODList* lodList)
|
unsigned char ViewLODListManager::Destroy(ViewLODList* lodList)
|
||||||
{
|
{
|
||||||
ViewLODListMap::iterator iterator;
|
ViewLODListMap::iterator iterator;
|
||||||
char deleted = FALSE;
|
char deleted = FALSE;
|
||||||
|
|||||||
@ -92,7 +92,7 @@ class ViewLODListManager {
|
|||||||
// returned LODList's refCount is increased, i.e. caller must call Release()
|
// returned LODList's refCount is increased, i.e. caller must call Release()
|
||||||
// when it no longer holds on to the list
|
// when it no longer holds on to the list
|
||||||
ViewLODList* Lookup(const ROIName&) const;
|
ViewLODList* Lookup(const ROIName&) const;
|
||||||
char Destroy(ViewLODList* lodList);
|
unsigned char Destroy(ViewLODList* lodList);
|
||||||
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
void Dump(void (*pTracer)(const char*, ...)) const;
|
void Dump(void (*pTracer)(const char*, ...)) const;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user