=========================
UT DPMS Source Change Log
=========================

Release 2:
----------
Changed in release 2:
o Moved the Dodge function from the PlayerSoundInfo class to PlayerMeshInfo
  so that it can be called internally by the WalkingProcessMove function.
o Removed the reference to the Dodge function in TournamentPlayerMeshInfo.
o Declared the Dodge function in PlayerPawnMeshInfo after WalkingProcessMove.
o Moved the UnrealiPlayerMeshInfo class so that it extends PlayerPawnMeshInfo
  so that it should be easier to maintain.

Classes updated in release 2:
  PlayerSoundInfo
  DynamicPlayer
  PlayerPawnMeshInfo
  PlayerPawnSoundInfo
  TournamentPlayerMeshInfo
  UnrealiPlayerMeshInfo