no message
This commit is contained in:
@@ -37,7 +37,7 @@ void Actor::Init()
|
||||
}
|
||||
|
||||
|
||||
void Actor::Update( const FLOAT &fDeltaTime )
|
||||
void Actor::Update( const float &fDeltaTime )
|
||||
{
|
||||
// RageLog( "Actor::Update( %f )", fDeltaTime );
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user