Remove trailing whitespace

This commit is contained in:
j883376
2013-05-06 13:07:41 -04:00
parent 7a93966158
commit ffcff4aea1
548 changed files with 16397 additions and 16398 deletions
+3 -3
View File
@@ -28,14 +28,14 @@ using namespace std;
class Horse : public NPC {
public:
Horse(Client *owner, uint16 spell_id, float x, float y, float z, float heading);
virtual void FillSpawnStruct(NewSpawn_Struct* ns, Mob* ForWho);
static bool IsHorseSpell(uint16 spell_id);
protected:
uint8 mount_color;
Client *owner;
//generate npc type records for horses
static map<uint16, const NPCType *> horse_types;
static const NPCType *GetHorseType(uint16 spell_id);