Fixed my trace - removed the spurious addressof().
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<VisualStudioPropertySheet
|
||||||
|
ProjectType="Visual C++"
|
||||||
|
Version="8.00"
|
||||||
|
Name="mtg"
|
||||||
|
>
|
||||||
|
|
||||||
|
<UserMacro Name="JGEEXTRAS" Value="..\projects\mtg\extra\" />
|
||||||
|
<UserMacro Name="MTGEXTRAS" Value=".\extra\" />
|
||||||
|
</VisualStudioPropertySheet>
|
||||||
@@ -85,7 +85,7 @@ void GameApp::Create()
|
|||||||
#if defined (WIN32)
|
#if defined (WIN32)
|
||||||
_CrtSetDbgFlag ( _CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF );
|
_CrtSetDbgFlag ( _CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF );
|
||||||
#elif not defined (LINUX)
|
#elif not defined (LINUX)
|
||||||
pspfpu_set_enable(0); //disable FPU Exceptions until we find where the FPU errors come from
|
pspFpuSetEnable(0); //disable FPU Exceptions until we find where the FPU errors come from
|
||||||
#endif
|
#endif
|
||||||
//_CrtSetBreakAlloc(368);
|
//_CrtSetBreakAlloc(368);
|
||||||
LOG("starting Game");
|
LOG("starting Game");
|
||||||
|
|||||||
@@ -161,7 +161,7 @@ void WResourceManager::FlattenTimes(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
WResourceManager::WResourceManager(){
|
WResourceManager::WResourceManager(){
|
||||||
//DebugTrace("Init WResourceManager : " << addressof(this) );
|
DebugTrace("Init WResourceManager : " << this);
|
||||||
#ifdef DEBUG_CACHE
|
#ifdef DEBUG_CACHE
|
||||||
menuCached = 0;
|
menuCached = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user