Changeset 3188

Show
Ignore:
Timestamp:
03/01/2010 08:12:09 AM (6 months ago)
Author:
jackpoz
Message:

FIXED: *nix build broken in r3186

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/arcemu-world/AIInterface.h

    r3186 r3188  
    268268        void SetUnitToFollowAngle(float angle) { m_fallowAngle = angle; } 
    269269        bool setInFront(Unit* target); 
    270         ARCEMU_INLINE Unit* getUnitToFollow(); 
    271         ARCEMU_INLINE Unit* getUnitToFollowBackup(); 
    272         ARCEMU_INLINE Unit* getUnitToFear(); 
     270        Unit* getUnitToFollow(); 
     271        Unit* getUnitToFollowBackup(); 
     272        Unit* getUnitToFear(); 
    273273        void setCreatureState(CreatureState state){ m_creatureState = state; } 
    274274        ARCEMU_INLINE uint8 getAIState() { return static_cast<uint8>( m_AIState ); }