mirror of
https://github.com/ENSL/NS.git
synced 2024-11-22 20:51:35 +00:00
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:
parent
94f7ee7481
commit
037745e786
4 changed files with 11 additions and 11 deletions
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue