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
@@ -22,7 +22,7 @@ namespace EQExtractor2.Patches
}
public override void RegisterExplorers()
{
{
//OpManager.RegisterExplorer("OP_ZoneEntry", ExploreZoneEntry);
}
@@ -32,7 +32,7 @@ namespace EQExtractor2.Patches
return;
string SpawnName = Buffer.ReadString(true);
UInt32 SpawnID = Buffer.ReadUInt32();
byte Level = Buffer.ReadByte();
@@ -102,7 +102,7 @@ namespace EQExtractor2.Patches
Buffer.ReadByte();
}
OutputStream.WriteLine("Size starts at offset {0}", Buffer.GetPosition());
@@ -372,7 +372,7 @@ namespace EQExtractor2.Patches
NewSpawn.XPos = Utils.EQ19ToFloat((Int32)(Position4 >> 12) & 0x7FFFF);
NewSpawn.ZPos = Utils.EQ19ToFloat((Int32)(Position5 & 0x7FFFF));
NewSpawn.MeleeTexture1 = 0;
NewSpawn.MeleeTexture2 = 0;