Mantis 0001093:

o Reverted to the conventional IP model.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@308 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
tankefugl 2005-07-27 23:58:46 +00:00
parent 94f7ee7481
commit 037745e786
4 changed files with 11 additions and 11 deletions

Binary file not shown.

Binary file not shown.

View file

@ -1847,16 +1847,16 @@ int AvHInfantryPortal::GetIdle2Animation() const
return 2;
}
// tankefugl:
int AvHInfantryPortal::GetDeployAnimation() const
{
return 0;
}
// tankefugl: Uncomment for the new IP from Alpha
//int AvHInfantryPortal::GetDeployAnimation() const
//{
// return 0;
//}
int AvHInfantryPortal::GetSpawnAnimation() const
{
return 1;
}
//int AvHInfantryPortal::GetSpawnAnimation() const
//{
// return 1;
//}
// :tankefugl
const int kCommandStationExitAnimation = 12;

View file

@ -310,8 +310,8 @@ public:
virtual int GetIdle1Animation() const;
virtual int GetIdle2Animation() const;
virtual int GetDeployAnimation() const;
virtual int GetSpawnAnimation() const;
// virtual int GetDeployAnimation() const;
// virtual int GetSpawnAnimation() const;
protected: