Mini-rewrite of input mapping, theme support, and added KSF reader.

This commit is contained in:
Chris Danford
2002-07-31 19:40:40 +00:00
parent 488798fef6
commit 4ec08edf2d
88 changed files with 1444 additions and 851 deletions
+2 -2
View File
@@ -153,7 +153,7 @@ void Actor::Draw() // set the world matrix and calculate actor properties, the
void Actor::Update( float fDeltaTime )
{
// LOG->WriteLine( "Actor::Update( %f )", fDeltaTime );
// LOG->Trace( "Actor::Update( %f )", fDeltaTime );
// update effect
switch( m_Effect )
@@ -178,7 +178,7 @@ void Actor::Update( float fDeltaTime )
m_bTweeningTowardEndColor = TRUE;
}
}
//LOG->WriteLine( "Actor::m_fPercentBetweenColors %f", m_fPercentBetweenColors );
//LOG->Trace( "Actor::m_fPercentBetweenColors %f", m_fPercentBetweenColors );
break;
case wagging:
m_fWagTimer += fDeltaTime;