no message

This commit is contained in:
Chris Danford
2001-11-28 01:26:58 +00:00
parent 640efc6d98
commit 3ee2c6d945
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ void Actor::Init()
}
void Actor::Update( const FLOAT &fDeltaTime )
void Actor::Update( const float &fDeltaTime )
{
// RageLog( "Actor::Update( %f )", fDeltaTime );
+2 -3
View File
@@ -301,12 +301,11 @@ HRESULT CreateObjects( HWND hWnd )
GAMEINFO = new GameInfo;
WM = new WindowManager;
DXUtil_Timer( TIMER_START ); // Start the accurate timer
//WM->SetNewWindow( new WindowSandbox );
WM->SetNewWindow( new WindowTitleMenu );
DXUtil_Timer( TIMER_START ); // Start the accurate timer
return S_OK;
}