Linux/GCC Compat

This was SVN commit r1393.
This commit is contained in:
olsner
2004-11-23 23:56:10 +00:00
parent 7bf6d11d8c
commit 30ad195c0b
14 changed files with 40 additions and 25 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ enum EGotoSituation
// Does all the shared processing for line-of-sight gotos
EGotoSituation CEntity::processGotoHelper( CEntityOrder* current, size_t timestep_millis, HEntity& collide )
uint CEntity::processGotoHelper( CEntityOrder* current, size_t timestep_millis, HEntity& collide )
{
float timestep=timestep_millis/1000.0f;