mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-28 04:11:51 +00:00
Linux/GCC Compat
This was SVN commit r1393.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user