no message

This commit is contained in:
Chris Danford
2002-05-27 08:23:27 +00:00
parent 8549236385
commit b723efdaba
79 changed files with 1728 additions and 1620 deletions
+4 -6
View File
@@ -121,14 +121,12 @@ void Actor::Draw() // set the world matrix and calculate actor properties, the
// matNewWorld = matTemp * matNewWorld;
// replace with...
if( m_temp_rotation.z != 0 )
{
DISPLAY->RotateZ( m_temp_rotation.z );
}
if( m_temp_rotation.x != 0 )
DISPLAY->RotateX( m_temp_rotation.x );
if( m_temp_rotation.y != 0 )
{
DISPLAY->RotateY( m_temp_rotation.y );
}
if( m_temp_rotation.z != 0 )
DISPLAY->RotateZ( m_temp_rotation.z );