First set of Core Classes changes! w00t :P

This was SVN commit r823.
This commit is contained in:
olsner
2004-07-27 21:00:53 +00:00
parent 8ae3658f84
commit 415662c4cd
21 changed files with 545 additions and 278 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ void CEntity::snapToGround()
m_graphics_position.Y = g_Terrain.getExactGroundLevel( m_graphics_position.X, m_graphics_position.Z );
}
void CEntity::update( float timestep )
void CEntity::update( size_t timestep )
{
m_position_previous = m_position;
m_orientation_previous = m_orientation;